Skip to content

Commit

Permalink
1.0.0 version release.
Browse files Browse the repository at this point in the history
Added setting jar file name.
  • Loading branch information
imDMK committed Aug 29, 2023
1 parent 2722287 commit 4732b77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.github.imdmk.automessage"
version = "1.0.0-SNAPSHOT"
version = "1.0.0"

compileJava.options.encoding = "UTF-8"
compileTestJava.options.encoding = "UTF-8"
Expand Down Expand Up @@ -70,4 +70,6 @@ shadowJar {

relocate("org.bstats", "com.github.imdmk.automessage.bstats")
relocate("dev.rollczi.litecommands", "com.github.imdmk.automessage.litecommands")

archiveFileName.set("${project.name} v${project.version}.jar")
}

0 comments on commit 4732b77

Please sign in to comment.