We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a77091a + fe4a991 commit c5683faCopy full SHA for c5683fa
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-conventionPlugin = "0.0.4"
+conventionPlugin = "0.0.5"
3
# kotlin
4
dokka = "2.0.0"
5
kotlinCore = { require = "2.1.0" }
plugin-build/settings.gradle.kts
@@ -1,5 +1,14 @@
include(":plugin")
+pluginManagement {
+ repositories {
+ google()
6
+ gradlePluginPortal()
7
+ mavenCentral()
8
+ mavenLocal()
9
+ }
10
+}
11
+
12
dependencyResolutionManagement {
13
repositories {
14
mavenCentral()
settings.gradle.kts
@@ -7,6 +7,7 @@ pluginManagement {
google()
gradlePluginPortal()
}
0 commit comments