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:
- build
script:
- gradle test
- gradle :free:test
deploy to maven repo:
stage: deploy
@@ -44,6 +44,7 @@ deploy to maven repo:
- build
script:
- gradle :api:publish --stacktrace
- gradle :common:publish
upload to updater:
stage: deploy
+1 -1
View File
@@ -11,7 +11,7 @@ repositories {
}
allprojects {
version = "2.0.0"
version = "2.0.1"
group = "us.ajg0702"
tasks.withType<Test>().configureEach {