From 61bd00e7b1318d6191e155df9cc9722bcaace7e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20PIRKL?= <theo.pirkl@etu.hesge.ch> Date: Tue, 8 Jan 2019 13:52:35 +0100 Subject: [PATCH] Switches to Java 11 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 23ed44c..2c47833 100644 --- a/pom.xml +++ b/pom.xml @@ -8,10 +8,10 @@ <artifactId>tp4</artifactId> <version>0.0.1-SNAPSHOT</version> - <!-- Forcing java 10 --> + <!-- Forcing java 11 --> <properties> - <maven.compiler.source>10</maven.compiler.source> - <maven.compiler.target>10</maven.compiler.target> + <maven.compiler.source>11</maven.compiler.source> + <maven.compiler.target>11</maven.compiler.target> </properties> -- GitLab