Skip to content

Commit

Permalink
Fixing up constant value.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Nov 22, 2023
1 parent 4bed078 commit 068c730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion byte-buddy-gradle-plugin/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (!raw.startsWith("1.") && raw.contains(".")) {

def java19Version
try {
java19Version = JavaVersion.valueOf("JAVA_19");
java19Version = JavaVersion.valueOf("VERSION_19");
} catch (Exception ignored) {
java19Version = null
}
Expand Down

0 comments on commit 068c730

Please sign in to comment.