We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c342a commit 7cdb729Copy full SHA for 7cdb729
1 file changed
.github/workflows/maven-build.yml
@@ -33,6 +33,7 @@ jobs:
33
uses: actions/setup-java@v3
34
with:
35
maven-versions: '3.9.9'
36
+ distribution: 'temurin'
37
38
- name: Build with Maven
39
run: mvn -B -V package
0 commit comments