Skip to content

Commit

Permalink
bump the min java version for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Sep 12, 2024
1 parent 96ac4f6 commit 59d1da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ subprojects {
apply plugin: 'java'

java {
sourceCompatibility = 17
targetCompatibility = 17
sourceCompatibility = 21
targetCompatibility = 21
}

repositories {
Expand Down

0 comments on commit 59d1da8

Please sign in to comment.