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 3aeab3c commit 2071918Copy full SHA for 2071918
.github/workflows/master-snapshot-release.yml
@@ -45,8 +45,8 @@ jobs:
45
- name: Set up Java and Maven
46
uses: actions/setup-java@v2.2.0
47
with:
48
- distribution: ${{ matrix.distribution }}
49
- java-version: ${{ matrix.java }}
+ distribution: adopt
+ java-version: 11
50
- name: Release Maven package
51
uses: samuelmeuli/action-maven-publish@v1
52
0 commit comments