Skip to content

Commit

Permalink
Revert "Target Java 11 for API (already required by the plugin)"
Browse files Browse the repository at this point in the history
This reverts commit dd09e85.
  • Loading branch information
AnttiMK committed Jan 5, 2025
1 parent e3c02ec commit 73bfbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plan/api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
}

compileJava {
options.release = 11
options.release = 8
}

ext.apiVersion = '5.6-R0.1'
Expand All @@ -29,4 +29,4 @@ publishing {
version "$apiVersion"
}
}
}
}

0 comments on commit 73bfbf8

Please sign in to comment.