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 c1229b7 commit fb32ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'

- name: Copy secrets to gradle.properties
run: |
sed -i -e "s,gradle.publish.key=,gradle.publish.key=$GRADLE_PUBLISH_KEY,g" gradle.properties
Expand Down
2 changes: 1 addition & 1 deletion sample-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "17"
}
namespace = "com.google.secrets_plugin.sample"
}
Expand Down

0 comments on commit fb32ee1

Please sign in to comment.