We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243a9b1 commit f991f5cCopy full SHA for f991f5c
.github/workflows/maven-publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-java@v3
19
with:
20
distribution: temurin # Temurin is a distribution of adoptium
21
- java-version: 23
+ java-version: 21
22
- uses: actions/checkout@v3
23
- uses: aws-actions/configure-aws-credentials@v1
24
build.gradle
@@ -66,8 +66,8 @@ allprojects {
66
}
67
68
java {
69
- targetCompatibility = JavaVersion.VERSION_23
70
- sourceCompatibility = JavaVersion.VERSION_23
+ targetCompatibility = JavaVersion.VERSION_21
+ sourceCompatibility = JavaVersion.VERSION_21
71
72
73
apply plugin: 'java'
0 commit comments