We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb7e60 commit b4a429fCopy full SHA for b4a429f
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
with:
50
distribution: 'temurin' # As good as any other, see: https://github.com/actions/setup-java#supported-distributions
51
java-package: 'jdk'
52
- java-version: '11'
+ java-version: '17'
53
check-latest: true
54
cache: 'maven'
55
0 commit comments