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 5754113 commit e68393cCopy full SHA for e68393c
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "java.configuration.updateBuildConfiguration": "interactive"
3
+}
java6/build.gradle.kts
@@ -27,8 +27,6 @@ tasks.shadowJar {
27
relocate(pack, "$prefix.$pack")
28
}
29
30
- minimize()
31
-
32
exclude("META-INF/LICENSE.txt")
33
exclude("META-INF/NOTICE.txt")
34
0 commit comments