From e4d172ef2c675b21dae797d3976dcb9b45f3d55f Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Sun, 17 Jul 2022 22:39:33 -0400 Subject: Update to java 17 --- JPratt/.classpath | 2 +- JPratt/.settings/org.eclipse.jdt.core.prefs | 6 +++--- JPratt/pom.xml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'JPratt') diff --git a/JPratt/.classpath b/JPratt/.classpath index c196e7d..929a07e 100644 --- a/JPratt/.classpath +++ b/JPratt/.classpath @@ -7,7 +7,7 @@ - + diff --git a/JPratt/.settings/org.eclipse.jdt.core.prefs b/JPratt/.settings/org.eclipse.jdt.core.prefs index 2f5cc74..cf2cd45 100644 --- a/JPratt/.settings/org.eclipse.jdt.core.prefs +++ b/JPratt/.settings/org.eclipse.jdt.core.prefs @@ -1,8 +1,8 @@ eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.compliance=17 org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=1.8 +org.eclipse.jdt.core.compiler.source=17 diff --git a/JPratt/pom.xml b/JPratt/pom.xml index ec70958..8f1a92c 100644 --- a/JPratt/pom.xml +++ b/JPratt/pom.xml @@ -3,7 +3,7 @@ 4.0.0 bjc JPratt - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT JPratt Pratt parser in java @@ -13,8 +13,8 @@ maven-compiler-plugin 3.5.1 - 1.8 - 1.8 + 1.17 + 1.17 @@ -33,7 +33,7 @@ bjc BJC-Utils2 - 1.0.0 + 2.0-SNAPSHOT \ No newline at end of file -- cgit v1.2.3