Explorar el Código

Use openjdk12 not the non-existant oraclejdk12

master
Chris Smith hace 5 años
padre
commit
e6e36b93cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

@@ -2,7 +2,7 @@ dist: trusty
2 2
 language: java
3 3
 jdk:
4 4
   - oraclejdk8
5
-  - oraclejdk12
5
+  - openjdk12
6 6
 before_install:
7 7
   - chmod +x gradlew
8 8
 script:

Loading…
Cancelar
Guardar