Skip to content

Commit c5683fa

Browse files
authored
Merge pull request #1046 from mikepenz/feature/update_convention_plugin
Update convention plugin
2 parents a77091a + fe4a991 commit c5683fa

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
conventionPlugin = "0.0.4"
2+
conventionPlugin = "0.0.5"
33
# kotlin
44
dokka = "2.0.0"
55
kotlinCore = { require = "2.1.0" }

plugin-build/settings.gradle.kts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
include(":plugin")
22

3+
pluginManagement {
4+
repositories {
5+
google()
6+
gradlePluginPortal()
7+
mavenCentral()
8+
mavenLocal()
9+
}
10+
}
11+
312
dependencyResolutionManagement {
413
repositories {
514
mavenCentral()

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pluginManagement {
77
google()
88
gradlePluginPortal()
99
mavenCentral()
10+
mavenLocal()
1011
}
1112
}
1213

0 commit comments

Comments
 (0)