We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed000ca commit ee096cfCopy full SHA for ee096cf
build.gradle
@@ -179,6 +179,8 @@ jar {
179
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
180
])
181
}
182
+ // jarファイルの名前をカスタマイズ
183
+ archiveFileName = "${project.archivesBaseName}-forge-mc1.18.2-${project.version}.jar"
184
185
186
//// Example configuration to allow publishing using the maven-publish plugin
0 commit comments