diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5474105..77be3e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index 523a82c..b800ae0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ repositories { } allprojects { - version = "2.0.0" + version = "2.0.1" group = "us.ajg0702" tasks.withType().configureEach {