feat: input plugin for java bytecode

This commit is contained in:
Skylot
2021-08-01 17:50:39 +01:00
parent 2d9bcdb87a
commit 1efdcd7b10
242 changed files with 5988 additions and 1174 deletions
+1 -6
View File
@@ -16,12 +16,7 @@ java-8:
java-11:
stage: test
image: openjdk:11
script: ./gradlew clean build dist --warning-mode=all
java-15:
stage: test
image: openjdk:15
script: ./gradlew clean build dist --warning-mode=all
script: ./gradlew clean build dist copyExe --warning-mode=all
java-latest:
stage: test