Build hopefully go zoom

This commit is contained in:
ajgeiss0702
2021-05-21 17:00:33 -07:00
parent fb5161d846
commit eb095430d5
+4 -4
View File
@@ -12,7 +12,7 @@ build:
stage: build stage: build
script: script:
- rm -rf build - rm -rf build
- gradle shadowJar - ./gradlew shadowJar
artifacts: artifacts:
paths: paths:
- build/libs - build/libs
@@ -23,7 +23,7 @@ pages:
only: only:
- master - master
script: script:
- gradle javadoc - ./gradlew javadoc
- mv build/docs/javadoc public - mv build/docs/javadoc public
artifacts: artifacts:
paths: paths:
@@ -34,7 +34,7 @@ test:
dependencies: dependencies:
- build - build
script: script:
- gradle test - ./gradlew test
deploy to maven repo: deploy to maven repo:
stage: deploy stage: deploy
@@ -43,7 +43,7 @@ deploy to maven repo:
dependencies: dependencies:
- build - build
script: script:
- gradle publish - ./gradlew publish
upload to updater: upload to updater:
stage: deploy stage: deploy