There was an error while loading. Please reload this page.
1 parent 1aff2b2 commit 3fb3a1eCopy full SHA for 3fb3a1e
.github/workflows/maven.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/setup-java@v3
21
with:
22
java-version: '19'
23
- distribution: 'temurin'
+ distribution: 'oracle'
24
25
- name: Run Baloot 1 tests
26
run: mvn test -f Baloot1/pom.xml
Baloot2/pom.xml
@@ -7,6 +7,8 @@
7
<version>1.0-SNAPSHOT</version>
8
<properties>
9
<java.version>19</java.version>
10
+ <maven.compiler.source>19</maven.compiler.source>
11
+ <maven.compiler.target>19</maven.compiler.target>
12
</properties>
13
<dependencies>
14
<dependency>
0 commit comments