Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Grace: fixes plugin artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Dec 27, 2023
1 parent b32a80e commit e8e9f6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ subprojects {
publishing {
publications {
maven(MavenPublication) {
if (name.startsWith('grace-plugin')) {
artifactId(name - 'grace-plugin-')
}
else {
artifactId name
}
groupId = project.group
version = project.version

Expand Down

0 comments on commit e8e9f6d

Please sign in to comment.