Merge branch 'dev' into 'master'

Stacktrace

See merge request ajg0702/ajqueue!6
This commit is contained in:
ajgeiss0702
2021-05-22 00:16:48 +00:00
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -6,3 +6,4 @@ dependency-reduced-pom.xml
.gradle .gradle
build build
.DS_Store .DS_Store
.nosync
+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 --stacktrace
upload to updater: upload to updater:
stage: deploy stage: deploy