Skip to content

Commit 1875032

Browse files
authored
Add plugin marker for the settings plugin (#184)
1 parent e3a4901 commit 1875032

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kgp = "2.1.20"
33
ksp = "2.1.20-2.0.0"
4-
gratatouille = "0.0.10"
4+
gratatouille = "0.1.0"
55

66
[libraries]
77
json = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1"
@@ -19,6 +19,6 @@ kgp = { id = "org.jetbrains.kotlin.jvm", version.ref = "kgp" }
1919
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kgp" }
2020
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
2121
ggp = { id = "com.gradleup.gratatouille", version.ref = "gratatouille" }
22-
librarian = { id = "com.gradleup.librarian", version = "0.0.11-SNAPSHOT-ba8b5ecfcbda070ecc3b5b95056ee359199552b4" }
22+
librarian = { id = "com.gradleup.librarian", version = "0.1.1-SNAPSHOT-44a36034d83f8ba9c9177653f29df3dea933fc3f" }
2323
nmcp = { id = "com.gradleup.nmcp", version = "1.0.3" }
2424
compat = { id = "com.gradleup.compat.patrouille", version = "0.0.1-SNAPSHOT-9da44b3b93e36a196ae5afc9f7a79a46a82763cd" }

nmcp/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ dependencies {
3333
compileOnly(libs.gradle.min)
3434
}
3535

36+
gratatouille {
37+
// remove when https://github.com/GradleUp/gratatouille/pull/66 is released
38+
pluginMarker("com.gradleup.nmcp.settings")
39+
}
40+
3641
/**
3742
* This is so that we can use the plugin if we are an included build
3843
*/

0 commit comments

Comments
 (0)