Skip to content

Commit

Permalink
address build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Sep 12, 2024
1 parent c043809 commit 85e1a1b
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 85e1a1b

Please sign in to comment.