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 76c3e5d commit dca12daCopy full SHA for dca12da
.github/workflows/maven.yml
@@ -11,10 +11,10 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
- - name: Set up JDK 11
+ - name: Set up JDK 17
15
uses: actions/setup-java@v3
16
with:
17
distribution: 'temurin'
18
- java-version: '11'
+ java-version: '17'
19
- name: Build with Maven
20
run: mvn -B package
pom.xml
@@ -298,7 +298,7 @@
298
</execution>
299
</executions>
300
<configuration>
301
- <release>11</release>
+ <release>17</release>
302
<encoding>utf-8</encoding>
303
</configuration>
304
</plugin>
0 commit comments