Graddle me this

- Temporarily regress to FG 5.1.53
This commit is contained in:
simibubi 2022-08-13 18:13:20 +02:00
parent b8884fabad
commit a1b949c084
4 changed files with 5 additions and 4 deletions

View file

@ -49,6 +49,7 @@ body:
label: Mod Version
description: The version of the mod you were using when the bug occured
options:
- "0.5.0d"
- "0.5.0c"
- "0.5.0b"
- "0.5.0a"

View file

@ -7,7 +7,7 @@ buildscript {
maven { url = 'https://maven.parchmentmc.org' }
}
dependencies {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: "${forgegradle_version}", changing: true
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: "${forgegradle_version}", changing: false
classpath "org.spongepowered:mixingradle:${mixingradle_version}"
classpath "org.parchmentmc:librarian:${librarian_version}"
}

View file

@ -4,14 +4,14 @@ org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false
# mod version info
mod_version = 0.5.0.c
mod_version = 0.5.0.d
artifact_minecraft_version = 1.18.2
minecraft_version = 1.18.2
forge_version = 40.1.60
# build dependency versions
forgegradle_version = 5.1.+
forgegradle_version = 5.1.53
mixingradle_version = 0.7-SNAPSHOT
mixin_version = 0.8.5
librarian_version = 1.+

View file

@ -66,7 +66,7 @@ public class Create {
public static final String ID = "create";
public static final String NAME = "Create";
public static final String VERSION = "0.5c";
public static final String VERSION = "0.5d";
public static final Logger LOGGER = LogManager.getLogger();