Skip to content

Commit

Permalink
4.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NatanLifshitz committed Dec 20, 2023
1 parent 32d24bd commit 06fdf43
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ subprojects {
apply plugin: "dev.architectury.loom"
apply plugin: 'maven-publish'
apply plugin: 'com.matthewprenger.cursegradle'
apply plugin: "com.modrinth.minotaur"
// apply plugin: "com.modrinth.minotaur"
apply plugin: "io.github.juuxel.loom-quiltflower"

dependencies {
Expand Down
1 change: 0 additions & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ artifacts {
architectury {
common("fabric","forge")
}

2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.gradle.api.tasks.Copy
plugins {
alias libs.plugins.shadow
}

apply plugin: "com.modrinth.minotaur"
configurations {
common
shadowCommon // Don't use shadow from the shadow plugin since it *excludes* files.
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
alias libs.plugins.shadow
alias libs.plugins.task.tree
}

apply plugin: "com.modrinth.minotaur"
configurations {
common
shadowCommon // Don't use shadow from the shadow plugin since it *excludes* files.
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ task_tree = { id = "com.dorongold.task-tree", version.ref = "task_tree" }
[versions]

# This Mod Version
mod_version = "4.4.6"
mod_version = "4.4.7"

# Gradle Plugins
architectury_plugin = "3.4-SNAPSHOT"
architectury_loom = "1.2-SNAPSHOT"
minotaur = "2.5.0"
minotaur = "2.8.7"
loom_quiltflower = "1.8.0"
cursegradle = "1.4.0" # Must be updated in settings.gradle as well!
shadow = "7.1.2"
Expand Down

0 comments on commit 06fdf43

Please sign in to comment.