Skip to content

Commit

Permalink
Migrate to Forgix
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiancc committed Sep 12, 2024
1 parent 1f43a4e commit 4b9e079
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id 'dev.architectury.loom' version '1.6-SNAPSHOT' apply false
id 'architectury-plugin' version '3.4-SNAPSHOT'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "io.github.pacifistmc.forgix" version "1.2.9"
}

architectury {
Expand All @@ -13,6 +14,11 @@ allprojects {
version = rootProject.mod_version
}

forgix {
group = "cc.cassian.pyrite"
mergedJarName = "pyrite-${version}.jar"
}

subprojects {
apply plugin: 'dev.architectury.loom'
apply plugin: 'architectury-plugin'
Expand Down Expand Up @@ -67,4 +73,6 @@ subprojects {
// retrieving dependencies.
}
}
build.finalizedBy(mergeJars)
assemble.finalizedBy(mergeJars)
}

0 comments on commit 4b9e079

Please sign in to comment.