Skip to content

Commit

Permalink
Fix build parameters
Browse files Browse the repository at this point in the history
- use latest tag as version number rather than static property
- Use "gregtech-nomi" instead of "gregtech" as base jar name
  • Loading branch information
Exaxxion committed Jun 4, 2024
1 parent 28b26aa commit a8895de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ modGroup = gregtech

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

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

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

# Will update your build.gradle automatically whenever an update is available
autoUpdateBuildScript = false
Expand Down

0 comments on commit a8895de

Please sign in to comment.