File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name: on-merge
99
1010on :
1111 push :
12- branches : [ master, main ]
12+ branches : [ master, main, beta/new_java_build ]
1313
1414permissions :
1515 contents : read
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'
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments