We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28a805 commit 737863eCopy full SHA for 737863e
1 file changed
.github/workflows/maven.yml
@@ -13,6 +13,6 @@ jobs:
13
uses: actions/setup-java@v1
14
with:
15
distribution: 'temurin' # See 'Supported distributions' for available options
16
- java-version: '17'
+ java-version: '11'
17
- name: Build with Maven
18
run: mvn package --file pom.xml
0 commit comments