Skip to content

Commit

Permalink
Migrate to OpenJDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Nov 6, 2019
1 parent 66a0b5c commit e00f821
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dist: trusty
language: java
jdk:
- openjdk11

services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM frolvlad/alpine-java:jdk8-slim
FROM adoptopenjdk/openjdk11:alpine-jre

VOLUME /tmp
COPY build/libs/faf-java-api-*.jar app.jar
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ apply plugin: 'idea'
group = 'faforever'
version = 'snapshot'

sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 11
targetCompatibility = 11

repositories {
mavenCentral()
Expand Down

0 comments on commit e00f821

Please sign in to comment.