Skip to content

Commit

Permalink
♻️ use java 17 for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandens committed Jan 9, 2024
1 parent c5fb65a commit e27d4e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto-delegate-examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

tasks.compileJava {
options.release.set(16)
options.release.set(17)
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion auto-delegate-processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tasks.compileJava {
}

tasks.compileTestJava {
options.release.set(16)
options.release.set(17)
}

tasks {
Expand Down

0 comments on commit e27d4e4

Please sign in to comment.