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 dff2535 commit 3460075Copy full SHA for 3460075
Jenkinsfile
@@ -6,7 +6,7 @@ pipeline {
6
jdk "jdk17"
7
}
8
steps {
9
- sh './gradlew reobfedJar publish'
+ sh './gradlew publish'
10
11
12
0 commit comments