Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock authored Apr 4, 2024
1 parent a63d07f commit 8313b1a
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 @@ -7,7 +7,7 @@ sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17

group = libs.versions.maven.group.get()
version = "${libs.versions.minecraft.get()}-${libs.versions.mod.get()}"
base.archivesName = "${libs.versions.archives.name.get()}-forge"
base.archivesName = "${libs.versions.archives.name.get()}-neoforge"

repositories {
mavenCentral()
Expand Down Expand Up @@ -58,4 +58,4 @@ publishing {

repositories {
}
}
}

0 comments on commit 8313b1a

Please sign in to comment.