We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b94027e + 6ddcb3e commit b92a8f5Copy full SHA for b92a8f5
2 files changed
.github/workflows/maven.yml
@@ -16,10 +16,10 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
- - name: Set up JDK 11
+ - name: Set up JDK 17
20
uses: actions/setup-java@v2
21
with:
22
- java-version: '11'
+ java-version: '17'
23
distribution: 'adopt'
24
- name: Build with Maven
25
run: mvn -B package --file pom.xml
pom.xml
@@ -12,7 +12,7 @@
12
<!-- Adjust your java version here (It might not work for Java Versions < 11 -->
13
<java.version>17</java.version>
14
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
- <junit.jupiter.version>5.6.0</junit.jupiter.version>
+ <junit.jupiter.version>5.8.2</junit.jupiter.version>
</properties>
<build>
0 commit comments