Skip to content

Commit

Permalink
idk maybe this will work
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNavaStar committed Mar 4, 2024
1 parent 959cfce commit 61f5917
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 37 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 1 addition & 35 deletions client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,38 +15,4 @@ shadowJar {
minimize()
}

jar.finalizedBy(shadowJar)

publishing {
publications {
mavenJava(MavenPublication) {
pom {
name = 'My Library'
description = 'A concise description of my library'
url = 'http://www.example.com/library'
properties = [
myProp: "value",
"prop.with.dots": "anotherValue"
]
licenses {
license {
name = 'The Apache License, Version 2.0'
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
developers {
developer {
id = 'johnd'
name = 'John Doe'
email = '[email protected]'
}
}
scm {
connection = 'scm:git:git://example.com/my-library.git'
developerConnection = 'scm:git:ssh://example.com/my-library.git'
url = 'http://example.com/my-library/'
}
}
}
}
}
jar.finalizedBy(shadowJar)

0 comments on commit 61f5917

Please sign in to comment.