Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update maven_dependencies (major) #25

Open
wants to merge 1 commit into
base: 1.18
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import net.darkhax.curseforgegradle.Constants as CFG_Contants

plugins {
`maven-publish`
id("fabric-loom") version "0.12-SNAPSHOT"
id("fabric-loom") version "1.9.2"
id("com.blamejared.modtemplate")
id("net.darkhax.curseforgegradle") version ("1.0.9")
}
Expand Down
2 changes: 1 addition & 1 deletion Forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import net.darkhax.curseforgegradle.Constants as CFG_Contants

plugins {
`maven-publish`
id("net.minecraftforge.gradle") version ("5.1.+")
id("net.minecraftforge.gradle") version ("6.0.+")
id("org.parchmentmc.librarian.forgegradle") version ("1.+")
id("org.spongepowered.mixin") version ("0.7-SNAPSHOT")
id("com.blamejared.modtemplate")
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ subprojects {
}

dependencies {
annotationProcessor("com.blamejared.crafttweaker:Crafttweaker_Annotation_Processors:3.0.0.5")
annotationProcessor("com.blamejared.crafttweaker:Crafttweaker_Annotation_Processors:4.0.0.19")

implementation("com.google.code.findbugs:jsr305:3.0.1")

gametestLibrary("com.google.truth:truth:1.1.3")
// This is required for Truth since MC uses an old Guava version, however in 1.18 the game uses an updated version.
gametestLibrary("com.google.guava:guava:31.0.1-jre")
gametestLibrary("com.google.guava:guava:33.4.0-jre")
}

extensions.configure<JavaPluginExtension> {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ forgeAtsEnabled=true
# Fabric
fabricVersion=0.48.0+1.18.2
fabricLoaderVersion=0.13.3
reiVersion=8.0.442
reiVersion=18.0.796
# Mod options
modName=CraftTweaker
modAuthor=Jared
Expand Down