Skip to content

Commit a8895de

Browse files
committed
Fix build parameters
- use latest tag as version number rather than static property - Use "gregtech-nomi" instead of "gregtech" as base jar name
1 parent 28b26aa commit a8895de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ modGroup = gregtech
77

88
# Version of your mod.
99
# This field can be left empty if you want your mod's version to be determined by the latest git tag instead.
10-
modVersion = 1.18.0
10+
modVersion =
1111

1212
# Whether to use the old jar naming structure (modid-mcversion-version) instead of the new version (modid-version)
1313
includeMCVersionJar = false
1414

1515
# The name of your jar when you produce builds, not including any versioning info
16-
modArchivesBaseName = gregtech
16+
modArchivesBaseName = gregtech-nomi
1717

1818
# Will update your build.gradle automatically whenever an update is available
1919
autoUpdateBuildScript = false

0 commit comments

Comments
 (0)