Skip to content

Commit

Permalink
fix: building for java 11, was 17 (refs #190)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Sep 2, 2024
1 parent 390df2d commit 21e6690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ project.ext.buildConfig = [
staticCodeAnalysis: [
maxViolations: 5
],
sourceCompatibility: 11,
targetCompatibility: 11
]
apply from: project.buildscript.classLoader.getResource('main.gradle').toURI()

Expand Down

0 comments on commit 21e6690

Please sign in to comment.