Skip to content

Commit b67cdd5

Browse files
authored
adds jdk 9 to travis ci (#6)
* adds jdk 9 to travis ci * updates gradle-wrapper.properties * updates sonarqube plugin to 2.6.2 and sourceCompatibility to 11 * corrects sonarcloud addon
1 parent ecd404e commit b67cdd5

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: java
22
jdk:
33
- oraclejdk8
4+
- oraclejdk9
45
addons:
5-
sonarqube:
6+
sonarcloud:
67
organization: "kmindi-github" # the key of the org you chose at step #3
78
cache:
89
directories:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "org.sonarqube" version "2.3"
2+
id "org.sonarqube" version "2.6.2"
33
}
44

55
group 'com.cryptoexamples.java'

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip

0 commit comments

Comments
 (0)