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.
1 parent e3cd3fa commit a2295a2Copy full SHA for a2295a2
build.gradle
@@ -75,3 +75,7 @@ publishing{
75
}
76
77
78
+
79
+task shadowJar{
80
+ version = version + "_" + System.getenv("BUILD_NUMBER")
81
+}
0 commit comments