File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
55rootProject.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
2021includeRootAsPublic()
Original file line number Diff line number Diff line change 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
55rootProject.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}
Original file line number Diff line number Diff line change 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
55rootProject.name = " gradle-plugin"
@@ -14,6 +14,7 @@ pluginManagement {
1414plugins {
1515 id(" conventions-repositories" )
1616 id(" conventions-version-resolution" )
17+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
1718}
1819
1920includeRootAsPublic()
You can’t perform that action at this time.
0 commit comments