This commit is contained in:
ajgeiss0702
2021-08-08 10:56:54 -07:00
parent bf026a8c06
commit f1cbdc762b
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -34,7 +34,7 @@ test:
dependencies: dependencies:
- build - build
script: script:
- gradle test - gradle :free:test
deploy to maven repo: deploy to maven repo:
stage: deploy stage: deploy
@@ -44,6 +44,7 @@ deploy to maven repo:
- build - build
script: script:
- gradle :api:publish --stacktrace - gradle :api:publish --stacktrace
- gradle :common:publish
upload to updater: upload to updater:
stage: deploy stage: deploy
+1 -1
View File
@@ -11,7 +11,7 @@ repositories {
} }
allprojects { allprojects {
version = "2.0.0" version = "2.0.1"
group = "us.ajg0702" group = "us.ajg0702"
tasks.withType<Test>().configureEach { tasks.withType<Test>().configureEach {