diff --git a/.gitignore b/.gitignore index cc1212e..ae6b357 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ .gradle/ gradle/ +gradlew* build/ logs/ dokka/ diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c9afe1..a963f1a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: test: stage: test script: - - gradle test + - gradle --no-daemon test artifacts: when: always reports: @@ -19,4 +19,4 @@ deploy-maven: only: - master script: - docker publish + - gradle --no-daemon publish