We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7c1bf commit 634b94eCopy full SHA for 634b94e
.travis.yml
@@ -35,19 +35,19 @@ jobs:
35
# JDK 8
36
- name: "Java 8"
37
stage: test
38
- jdk: oraclejdk8
+ jdk: openjdk8
39
script: ./gradlew check install jacocoRootReport --scan
40
after_success: ./gradlew coveralls sonarqube
41
42
# JDK 11
43
- name: "Java 11"
44
45
- jdk: oraclejdk11
+ jdk: openjdk11
46
script: ./gradlew check install
47
48
- name: "Publish to Sonatype"
49
stage: deploy
50
51
env: JOB=sonatype
52
if: branch = master AND type = push
53
# Only automate the publication of SNAPSHOTS
0 commit comments