Skip to content

Commit 3fb3a1e

Browse files
committed
Test something
1 parent 1aff2b2 commit 3fb3a1e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v3
2121
with:
2222
java-version: '19'
23-
distribution: 'temurin'
23+
distribution: 'oracle'
2424

2525
- name: Run Baloot 1 tests
2626
run: mvn test -f Baloot1/pom.xml

Baloot2/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<version>1.0-SNAPSHOT</version>
88
<properties>
99
<java.version>19</java.version>
10+
<maven.compiler.source>19</maven.compiler.source>
11+
<maven.compiler.target>19</maven.compiler.target>
1012
</properties>
1113
<dependencies>
1214
<dependency>

0 commit comments

Comments
 (0)