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 db784ba commit be1b395Copy full SHA for be1b395
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
uses: actions/setup-java@v3
11
with:
12
distribution: 'adopt'
13
- java-version: '11'
+ java-version: '8'
14
15
- name: Build with Maven
16
run: mvn -B package --file pom.xml
0 commit comments