Skip to content

Commit

Permalink
chore: upgraded Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Jun 12, 2024
1 parent 6f04eba commit b0bd127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions secrets-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ plugins {
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

dependencies {
Expand Down

0 comments on commit b0bd127

Please sign in to comment.