2017-05-20 23:33:53 +02:00
|
|
|
language: java
|
2018-03-11 20:42:08 +01:00
|
|
|
sudo: false
|
|
|
|
addons:
|
2018-08-04 04:10:09 +02:00
|
|
|
sonarcloud:
|
2019-10-30 03:08:12 +01:00
|
|
|
organization: "bentobox-world"
|
2019-11-08 02:45:25 +01:00
|
|
|
|
2018-03-11 20:42:08 +01:00
|
|
|
jdk:
|
2020-01-14 03:11:04 +01:00
|
|
|
- openjdk8
|
2020-10-04 17:40:25 +02:00
|
|
|
- openjdk11
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- jdk: openjdk11
|
2020-01-10 23:12:37 +01:00
|
|
|
|
2018-03-11 20:42:08 +01:00
|
|
|
script:
|
2020-10-05 05:27:41 +02:00
|
|
|
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install
|
2020-10-09 02:03:57 +02:00
|
|
|
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh && . ./install-jdk.sh -F 11 -L GPL
|
2020-10-05 05:27:41 +02:00
|
|
|
- mvn sonar:sonar -Dsonar.projectKey=BentoBoxWorld_BentoBox
|
2020-10-05 02:10:31 +02:00
|
|
|
|
2018-03-11 20:42:08 +01:00
|
|
|
cache:
|
2018-08-04 04:10:09 +02:00
|
|
|
directories:
|
|
|
|
- '$HOME/.m2/repository'
|
|
|
|
- '$HOME/.sonar/cache'
|