Skip to content

Commit

Permalink
chore: add jar process to build.gradle for artifact naming
Browse files Browse the repository at this point in the history
  • Loading branch information
LachCrafter committed Jan 6, 2025
1 parent c86e9de commit a733807
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ processResources {
expand props
}
}


jar {
archiveBaseName.set("ChatCo")
archiveVersion.set(provider { version })
archiveClassifier.set("")
archiveExtension.set("jar")
}

0 comments on commit a733807

Please sign in to comment.