chore: update build and tooling to utilize new java version

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
This commit is contained in:
Simon Schrottner 2025-02-11 10:03:57 +01:00
parent 3691b52e43
commit eb21d1a050
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ name: on-merge
on:
push:
branches: [ master, main ]
branches: [ master, main, beta/new_java_build ]
permissions:
contents: read
@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
- name: Set up JDK 8
- name: Set up JDK 17
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
with:
java-version: '17'

View File

@ -5,7 +5,7 @@
<groupId>dev.openfeature</groupId>
<artifactId>sdk</artifactId>
<version>1.14.0</version> <!--x-release-please-version -->
<version>1.14.1-RC</version> <!--x-release-please-version -->
<properties>
<toolchain.jdk.version>[17,)</toolchain.jdk.version>