We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846f521 commit 38be702Copy full SHA for 38be702
.github/workflows/maven.yml
@@ -16,10 +16,10 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
- - name: Set up JDK 1.8
+ - name: Set up JDK 11
20
uses: actions/setup-java@v2
21
with:
22
- java-version: '1.8'
+ java-version: '11'
23
distribution: 'adopt'
24
- name: Build with Maven
25
run: |
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
13
- uses: actions/setup-java@v2
14
15
- name: Publish package
run: mvn --batch-mode deploy
0 commit comments