Skip to content

Commit eb21d1a

Browse files
committed
chore: update build and tooling to utilize new java version
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 3691b52 commit eb21d1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: on-merge
99

1010
on:
1111
push:
12-
branches: [ master, main ]
12+
branches: [ master, main, beta/new_java_build ]
1313

1414
permissions:
1515
contents: read
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
23-
- name: Set up JDK 8
23+
- name: Set up JDK 17
2424
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
2525
with:
2626
java-version: '17'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>dev.openfeature</groupId>
77
<artifactId>sdk</artifactId>
8-
<version>1.14.0</version> <!--x-release-please-version -->
8+
<version>1.14.1-RC</version> <!--x-release-please-version -->
99

1010
<properties>
1111
<toolchain.jdk.version>[17,)</toolchain.jdk.version>

0 commit comments

Comments
 (0)