Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RaydanOMGr committed Mar 17, 2024
1 parent 1295ec1 commit e836d10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ jar {
from("LICENSE") {
rename { "${it}_${project.archivesBaseName}"}
}
}

archiveFileName = "GlowingEyes-${minecraft_version}-${project.version}.jar"
remapJar {
archiveFileName = "GlowingEyes-Fabric-${minecraft_version}-${project.version}.jar"
}

// configure the maven publication
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.15.7

# Mod Properties
mod_version = 1.0
mod_version = 1.0.0
maven_group = me.andreasmelone
archives_base_name = glowingeyes

Expand Down

0 comments on commit e836d10

Please sign in to comment.