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 9e1514d commit 9e7c97fCopy full SHA for 9e7c97f
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up JDK 17
26
uses: actions/setup-java@v4
27
with:
28
- java-version: '17'
+ java-version: '21'
29
distribution: 'corretto'
30
server-id: azisaba
31
- name: Build with Maven
.github/workflows/released.yml
@@ -29,7 +29,7 @@ jobs:
32
33
34
35
run: mvn -B package --file pom.xml
0 commit comments