Add nmcp to version catalog, apply nmcp through alias()
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
alias(libs.plugins.nebula.release)
|
alias(libs.plugins.nebula.release)
|
||||||
//alias(libs.plugins.gradle.nexus.publish)
|
alias(libs.plugins.nmcp)
|
||||||
id("com.gradleup.nmcp.aggregation").version("1.1.0")
|
|
||||||
|
|
||||||
id("org.openrndr.extra.convention.dokka")
|
id("org.openrndr.extra.convention.dokka")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ javaosc = "0.9"
|
|||||||
jsoup = "1.21.1"
|
jsoup = "1.21.1"
|
||||||
mockk = "1.13.11"
|
mockk = "1.13.11"
|
||||||
processing = "4.4.6"
|
processing = "4.4.6"
|
||||||
|
nmcp = "1.1.0"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version.ref = "kotlinLogging" }
|
kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version.ref = "kotlinLogging" }
|
||||||
@@ -95,6 +96,6 @@ nebula-release = { id = "nebula.release", version.ref = "nebulaRelease" }
|
|||||||
gradle-nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "gradleNexusPublish" }
|
gradle-nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "gradleNexusPublish" }
|
||||||
kotest-multiplatform = { id = "io.kotest.multiplatform", version.ref = "kotest" }
|
kotest-multiplatform = { id = "io.kotest.multiplatform", version.ref = "kotest" }
|
||||||
antlr-kotlin = { id = "com.strumenta.antlr-kotlin", version.ref = "antlrKotlin" }
|
antlr-kotlin = { id = "com.strumenta.antlr-kotlin", version.ref = "antlrKotlin" }
|
||||||
|
nmcp = { id = "com.gradleup.nmcp.aggregation", version.ref = "nmcp" }
|
||||||
[bundles]
|
[bundles]
|
||||||
jupiter = ["jupiter-api", "jupiter-engine"]
|
jupiter = ["jupiter-api", "jupiter-engine"]
|
||||||
|
|||||||
Reference in New Issue
Block a user