Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Nov 15, 2023
1 parent ea2544b commit 5621e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ plugins {
import net.fabricmc.loom.task.RemapJarTask

group = project.maven_group
version = "${project.mod_version}+${getMCVersionString()}"
base.archivesName = "${project.archives_base_name}-lexforge"
version = "lexforge-${project.mod_version}+${getMCVersionString()}"
base.archivesName = "${project.archives_base_name}"

// This field defines the Java version your mod target.
def targetJavaVersion = 17
Expand Down

0 comments on commit 5621e45

Please sign in to comment.