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 87b36d2 commit 2d099f3Copy full SHA for 2d099f3
.github/workflows/build.yaml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- java-version: ['11', '21']
+ java-version: ['17', '21']
16
steps:
17
- uses: actions/checkout@v4
18
- name: Set up JDK ${{ matrix.java-version }}
.github/workflows/publish-release.yaml
@@ -6,11 +6,11 @@ jobs:
6
publish-release:
7
runs-on: ubuntu-latest
8
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
- name: Set up JDK 11
11
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
- java-version: 11
+ java-version: 17
distribution: 'temurin'
- name: Publish Snapshot
run: ./gradlew -PbuildRelease=true build publish --no-daemon -i
0 commit comments