Skip to content

Commit b1710db

Browse files
committed
Update actions jdk
1 parent b1c3bd7 commit b1710db

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/build.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@v4
1919
with:
2020
distribution: 'temurin'
21-
java-version: 17
21+
java-version: 21
2222
- name: "setup gradle"
2323
uses: gradle/actions/setup-gradle@v4
2424
- name: "execute gradle build"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
build
55
/test-plugin/run/
66
/.idea/
7+
.kotlin/

buildSrc/src/main/kotlin/base-conventions.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ if (project != rootProject) {
1313

1414
indra {
1515
javaVersions {
16-
minimumToolchain(17)
16+
minimumToolchain(21)
1717
target(8)
18-
testWith(8, 17)
18+
testWith(8, 11, 17, 21)
1919
}
2020
}
2121

0 commit comments

Comments
 (0)