Skip to content

Commit ee096cf

Browse files
committed
これが正解か
1 parent ed000ca commit ee096cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ jar {
179179
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
180180
])
181181
}
182+
// jarファイルの名前をカスタマイズ
183+
archiveFileName = "${project.archivesBaseName}-forge-mc1.18.2-${project.version}.jar"
182184
}
183185

184186
//// Example configuration to allow publishing using the maven-publish plugin

0 commit comments

Comments
 (0)