Skip to content

Commit

Permalink
update to maximum java version to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
teras committed Sep 18, 2020
1 parent 1aa8d16 commit 35ce2b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class Config {

public final static String MIN_JAVA_VERSION = "1.8";
public final static String MIN_JAVA_VERSION_FULL = "1.8.0_111";
public final static String MAX_JAVA_VERSION = "14";
public final static String MAX_JAVA_VERSION = "15";
public final static String JAVA_RANGE = "(" + MIN_JAVA_VERSION + " up to " + MAX_JAVA_VERSION + ")";

public final static String CMPLUGIN_MAVEN_PLUGIN_SIGNATURE = "cmplugin-maven-plugin";
Expand Down

0 comments on commit 35ce2b1

Please sign in to comment.