Disable email on build

This commit is contained in:
modmuss50 2019-05-13 16:12:49 +01:00
parent f45e26dd01
commit b88b9d5950
1 changed files with 4 additions and 1 deletions

View File

@ -6,4 +6,7 @@ jdk:
script:
- chmod +x gradlew
- ./gradlew build mapNamedJar --stacktrace
- ./gradlew build mapNamedJar --stacktrace
notifications:
email: false