| # Source language and JDK version to use | |
| language: java | |
| jdk: oraclejdk7 | |
| # Compile and package JAR and set build properties | |
| install: ./gradlew build shadowJar | |
| # Notification services | |
| notifications: | |
| # Disable build status email notifications, until the issue with forks is fixed | |
| email: false | |
| webhooks: | |
| # Send build information and status to Notifico | |
| - http://n.tkte.ch/h/1918/S53Phouna3jUVXcxFc3VjQ83 | |
| # Environmental system variables | |
| env: | |
| global: | |
| # Make the log output cleaner | |
| - TERM=dumb |