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.
artifactId
1 parent 609de71 commit f17c3b4Copy full SHA for f17c3b4
gradle-plugin/build.gradle.kts
@@ -81,8 +81,8 @@ dependencies {
81
implementation(ToolBase.jvmTools)
82
}
83
84
-// Change the `artifactId` to have the `spine-validation-` prefix
85
-// instead of just `validation-` as for the rest of the tool modules.
+// Change the `artifactId` to have the `validation-` prefix.
+// This is needed because this module has custom publication.
86
afterEvaluate {
87
publishing {
88
publications {
0 commit comments