This commit is contained in:
FyloZ 2021-03-04 16:04:14 -05:00
parent 1bd7452dc8
commit 710282038f
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
.gradle/
gradle/
gradlew*
build/
logs/
dokka/

View File

@ -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