Skip to content

Commit 5c34c56

Browse files
authored
Fix jdk resolution problems on CI (#406)
1 parent 51762d8 commit 5c34c56

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

compiler-plugin/settings.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
2+
* Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

55
rootProject.name = "compiler-plugin"
@@ -15,6 +15,7 @@ plugins {
1515
id("conventions-repositories")
1616
id("conventions-version-resolution")
1717
id("conventions-develocity")
18+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
1819
}
1920

2021
includeRootAsPublic()

dokka-plugin/settings.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
2+
* Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

55
rootProject.name = "dokka-rpc-plugin"
@@ -15,4 +15,5 @@ plugins {
1515
id("conventions-repositories")
1616
id("conventions-version-resolution")
1717
id("conventions-develocity")
18+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
1819
}

gradle-plugin/settings.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
2+
* Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

55
rootProject.name = "gradle-plugin"
@@ -14,6 +14,7 @@ pluginManagement {
1414
plugins {
1515
id("conventions-repositories")
1616
id("conventions-version-resolution")
17+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
1718
}
1819

1920
includeRootAsPublic()

0 commit comments

Comments
 (0)