Skip to content

Commit

Permalink
- update convention plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Jan 3, 2025
1 parent a77091a commit fe4a991
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
conventionPlugin = "0.0.4"
conventionPlugin = "0.0.5"
# kotlin
dokka = "2.0.0"
kotlinCore = { require = "2.1.0" }
Expand Down
9 changes: 9 additions & 0 deletions plugin-build/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
include(":plugin")

pluginManagement {
repositories {
google()
gradlePluginPortal()
mavenCentral()
mavenLocal()
}
}

dependencyResolutionManagement {
repositories {
mavenCentral()
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pluginManagement {
google()
gradlePluginPortal()
mavenCentral()
mavenLocal()
}
}

Expand Down

0 comments on commit fe4a991

Please sign in to comment.