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 3706aa1 commit b86a18cCopy full SHA for b86a18c
.github/workflows/maven.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Set up JDK
34
uses: actions/setup-java@v4
35
with:
36
- java-version: 17
+ java-version: 21
37
distribution: 'temurin'
38
39
- name: Checkout maven
pom.xml
@@ -128,7 +128,7 @@ under the License.
128
</distributionManagement>
129
130
<properties>
131
- <javaVersion>17</javaVersion>
+ <javaVersion>21</javaVersion>
132
<maven.compiler.source>${javaVersion}</maven.compiler.source>
133
<maven.compiler.target>${javaVersion}</maven.compiler.target>
134
<maven.compiler.release>${javaVersion}</maven.compiler.release>
0 commit comments