Skip to content

Commit

Permalink
Reverts compatibility of compileJava to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
pgeadas committed Jan 24, 2024
1 parent c3ea6b5 commit 17eab00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ java {
}

compileJava {
// Set binary compatibility for Java compiler to 17
options.release.set(17)
// Set binary compatibility for Java compiler to 11 (worth checking to update this also)
options.release.set(11)
}
}

Expand Down

0 comments on commit 17eab00

Please sign in to comment.