Skip to content

Commit f991f5c

Browse files
Reset 3.0.0 baseline back to jdk 21 (#99)
Signed-off-by: Peter Zhu <[email protected]>
1 parent 243a9b1 commit f991f5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-java@v3
1919
with:
2020
distribution: temurin # Temurin is a distribution of adoptium
21-
java-version: 23
21+
java-version: 21
2222
- uses: actions/checkout@v3
2323
- uses: aws-actions/configure-aws-credentials@v1
2424
with:

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ allprojects {
6666
}
6767

6868
java {
69-
targetCompatibility = JavaVersion.VERSION_23
70-
sourceCompatibility = JavaVersion.VERSION_23
69+
targetCompatibility = JavaVersion.VERSION_21
70+
sourceCompatibility = JavaVersion.VERSION_21
7171
}
7272

7373
apply plugin: 'java'

0 commit comments

Comments
 (0)