We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413d259 commit 4deb417Copy full SHA for 4deb417
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Setup java
10
uses: actions/setup-java@v3
11
with:
12
- java-version: '8'
+ java-version: '11'
13
distribution: 'adopt'
14
- name: Build with Maven
15
run: mvn --batch-mode --update-snapshots verify
0 commit comments