Skip to content

Commit 6cd5bad

Browse files
committed
Use "PMDPlugin" as ZIP archive base file name again
1 parent 7fe4e41 commit 6cd5bad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ tasks {
122122
gradleVersion = providers.gradleProperty("gradleVersion").get()
123123
}
124124

125+
buildPlugin {
126+
archiveBaseName.set("PMDPlugin")
127+
}
128+
125129
publishPlugin {
126130
dependsOn(patchChangelog)
127131
}

0 commit comments

Comments
 (0)