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 1
1
/*
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.
3
3
*/
4
4
5
5
rootProject.name = " compiler-plugin"
@@ -15,6 +15,7 @@ plugins {
15
15
id(" conventions-repositories" )
16
16
id(" conventions-version-resolution" )
17
17
id(" conventions-develocity" )
18
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
18
19
}
19
20
20
21
includeRootAsPublic()
Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
*/
4
4
5
5
rootProject.name = " dokka-rpc-plugin"
@@ -15,4 +15,5 @@ plugins {
15
15
id(" conventions-repositories" )
16
16
id(" conventions-version-resolution" )
17
17
id(" conventions-develocity" )
18
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
18
19
}
Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
*/
4
4
5
5
rootProject.name = " gradle-plugin"
@@ -14,6 +14,7 @@ pluginManagement {
14
14
plugins {
15
15
id(" conventions-repositories" )
16
16
id(" conventions-version-resolution" )
17
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
17
18
}
18
19
19
20
includeRootAsPublic()
You can’t perform that action at this time.
0 commit comments