build: exclude exe build on not Windows (#1180)
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ stages:
|
||||
java-8:
|
||||
stage: test
|
||||
image: openjdk:8
|
||||
script: ./gradlew clean build dist --warning-mode=all
|
||||
script: ./gradlew clean build dist copyExe --warning-mode=all
|
||||
|
||||
java-11:
|
||||
stage: test
|
||||
|
||||
Reference in New Issue
Block a user