Skip to content

Commit 107652a

Browse files
committedMay 11, 2024··
wip: start 1.20.6 port
1 parent a1ff393 commit 107652a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+789
-663
lines changed
 

‎.github/workflows/codeql.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Validate Gradle wrapper
18-
uses: gradle/wrapper-validation-action@v2
18+
uses: gradle/actions/wrapper-validation@v3
1919

20-
- name: Setup JDK 17
20+
- name: Setup JDK 21
2121
uses: actions/setup-java@v4
2222
with:
23-
java-version: 17
23+
java-version: 21
2424
distribution: temurin
2525

2626
- name: Gradle cache
@@ -42,7 +42,7 @@ jobs:
4242
languages: java
4343

4444
- name: Build
45-
run: ./gradlew assemble -x checkLicenses --no-daemon
45+
run: ./gradlew assemble -x checkLicenses
4646

4747
- name: Perform CodeQL Analysis
4848
uses: github/codeql-action/analyze@v3

‎.github/workflows/commit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Validate Gradle wrapper
15-
uses: gradle/wrapper-validation-action@v2
15+
uses: gradle/actions/wrapper-validation@v3
1616

17-
- name: Setup JDK 17
17+
- name: Setup JDK 21
1818
uses: actions/setup-java@v4
1919
with:
20-
java-version: 17
20+
java-version: 21
2121
distribution: temurin
2222

2323
- name: Gradle cache

0 commit comments

Comments
 (0)
Please sign in to comment.