Skip to content

Commit e5298ea

Browse files
committed
Use Java 21 only to build?
1 parent 49c67fd commit e5298ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ jobs:
4444
uses: actions/setup-java@v5
4545
with:
4646
distribution: 'temurin'
47-
java-version: |
48-
21
49-
17
47+
java-version: 21
5048
cache: 'gradle'
5149
- name: Build with Gradle
5250
run: ./gradlew release --stacktrace

0 commit comments

Comments
 (0)