Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
elfunesto committed Aug 21, 2024
1 parent d7145cc commit 07da35a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build-installer-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: 17.0.1
java-version: 21.0.3
distribution: 'temurin'
cache: 'maven'

Expand Down
2 changes: 2 additions & 0 deletions RCaNconstructor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
<!-- Set the project to UTF-8, avoiding warnings in the build logs -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>


<!-- needs to be consistent with github actions -->
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>

Expand Down

0 comments on commit 07da35a

Please sign in to comment.