Skip to content

Commit e68393c

Browse files
committed
?
1 parent 5754113 commit e68393c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"java.configuration.updateBuildConfiguration": "interactive"
3+
}

java6/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ tasks.shadowJar {
2727
relocate(pack, "$prefix.$pack")
2828
}
2929

30-
minimize()
31-
3230
exclude("META-INF/LICENSE.txt")
3331
exclude("META-INF/NOTICE.txt")
3432
}

0 commit comments

Comments
 (0)