Skip to content

Commit

Permalink
Change default JDK version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
ni554n committed Jun 15, 2023
1 parent 46aac88 commit d88e9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jdkVersion:
description: "OpenJDK version to use: 8 / 11 / 17 etc."
required: false
default: "11"
default: "17"
taskName:
description: "build.gradle task name: assemble[Flavor]Debug"
required: false
Expand Down

0 comments on commit d88e9fc

Please sign in to comment.