Skip to content

Commit f17c3b4

Browse files
Describe custom publication artifactId logic
1 parent 609de71 commit f17c3b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ dependencies {
8181
implementation(ToolBase.jvmTools)
8282
}
8383

84-
// Change the `artifactId` to have the `spine-validation-` prefix
85-
// instead of just `validation-` as for the rest of the tool modules.
84+
// Change the `artifactId` to have the `validation-` prefix.
85+
// This is needed because this module has custom publication.
8686
afterEvaluate {
8787
publishing {
8888
publications {

0 commit comments

Comments
 (0)