Skip to content

Commit

Permalink
Merge pull request #1046 from mikepenz/feature/update_convention_plugin
Browse files Browse the repository at this point in the history
Update convention plugin
  • Loading branch information
mikepenz authored Jan 3, 2025
2 parents a77091a + fe4a991 commit c5683fa
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 c5683fa

Please sign in to comment.