We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85839e4 + b03c4bd commit 22a995eCopy full SHA for 22a995e
build.gradle
@@ -32,6 +32,7 @@ allprojects {
32
moduleName = "${group}.javabotblockapi${rootProject == project ? "" : ".${project.name.toLowerCase()}"}"
33
}
34
35
+
36
configureJar = { Object jarConfig, String classifier = '' ->
37
jarConfig.baseName = "$project.jarName"
38
jarConfig.version = "$project.version"
0 commit comments