Skip to content

Commit

Permalink
use Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
yagee-de committed Jan 8, 2025
1 parent 05d351f commit d164b2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
ff-site-goal: ''
ff-os: 'ubuntu-24.04'
ff-jdk: '17'
ff-jdk: '21'
ff-goal: '-P run-its verify'
ff-site-run: false
failure-upload-path: |
Expand All @@ -25,6 +25,6 @@ jobs:
{"os": "macOS-latest"},
{"os": "windows-latest"},
{"jdk": "8"},
{"jdk": "11"},
{"jdk": "17"},
{"os": "ubuntu-latest", "jdk": "21"}
]
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mycore</groupId>
<artifactId>mycore-parent</artifactId>
<version>53</version>
<version>56</version>
</parent>
<artifactId>dbt-module</artifactId>
<version>2023.06-SNAPSHOT</version>
Expand All @@ -29,7 +29,7 @@
</scm>
<properties>
<grunt.projectBase>${project.build.directory}/grunt</grunt.projectBase>
<java.target.version>17</java.target.version>
<java.target.version>21</java.target.version>
<lesscss.compress>true</lesscss.compress>
<maven.compiler.failOnWarning>true</maven.compiler.failOnWarning>
<maven.compiler.release>${java.target.version}</maven.compiler.release>
Expand Down

0 comments on commit d164b2c

Please sign in to comment.