Update .gitlab-ci.yml

This commit is contained in:
jas35484
2022-01-16 18:31:39 -06:00
parent b0c0b7664f
commit addeccd761
+1 -1
View File
@@ -22,7 +22,7 @@ before_script:
build:
stage: build
script: gradle build
script: ./gradlew.bat build
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push