Skip to content

Commit

Permalink
Bump deps and versions for 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed Jun 18, 2024
1 parent 6b8c899 commit 03dc79b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 21 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.apache.tools.ant.taskdefs.condition.Os

plugins {
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'maven-publish'
id "com.modrinth.minotaur" version "2.+"
id "com.matthewprenger.cursegradle" version "1.+"
Expand Down Expand Up @@ -158,7 +158,6 @@ curseforge {
mainArtifact(remapJar)

addGameVersion project.minecraft_version
addGameVersion "1.20.5"
addGameVersion 'Quilt'
addGameVersion 'Fabric'
addGameVersion 'Java 21'
Expand Down Expand Up @@ -191,7 +190,7 @@ modrinth {
versionType = "${version_type}"
changelog = rootProject.file("docs/CHANGELOG.md").text
uploadFile = remapJar
gameVersions = [ project.minecraft_version, "1.20.5" ]
gameVersions = [ project.minecraft_version ]
loaders = ['fabric', 'quilt']

dependencies {
Expand Down
3 changes: 1 addition & 2 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ curseforge {
changelog = rootProject.file('docs/CHANGELOG.md')

addGameVersion project.minecraft_version
addGameVersion "1.20.5"
addGameVersion "Java 21"
addGameVersion "Forge"

Expand All @@ -212,7 +211,7 @@ modrinth {
versionType = "${version_type}"
changelog = rootProject.file("docs/CHANGELOG.md").text
uploadFile = jar
gameVersions = [ project.minecraft_version, "1.20.5" ]
gameVersions = [ project.minecraft_version ]

syncBodyFrom = rootProject.file("docs/README.md").text
}
Expand Down
24 changes: 12 additions & 12 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=false

# Toolchain Properties
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1
fabric_loader_version=0.15.10
forge_version=1.20.6-50.0.4
neoforge_version=20.6.20-beta
minecraft_version=1.21
yarn_mappings=1.21+build.2
fabric_loader_version=0.15.11
forge_version=1.21-51.0.8
neoforge_version=21.0.16-beta

# Mod Properties
mod_version=1.20.6-v2.7.1
mod_version=1.21-v2.8.0
maven_group=com.aizistral.nochatreports
archives_base_name=NoChatReports-FABRIC
mod_id=nochatreports
Expand All @@ -23,14 +23,14 @@ mod_icon=assets/nochatreports/textures/misc/ncr_logo.png
mod_license=WTFPL

# Dependencies
fabric_version=0.97.8+1.20.6
mod_menu_version=10.0.0-beta.1
cloth_config_version=14.0.126
fabric_version=0.100.3+1.21
mod_menu_version=11.0.0-rc.4
cloth_config_version=15.0.127

# Dependencies in mods.toml
dep_forge=[37,)
dep_neoforge=[20.4.170,)
dep_minecraft=[1.20.4,)
dep_forge=[47,)
dep_neoforge=[21.0.0,)
dep_minecraft=[1.21,)

# Publishing
curse_id=634062
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
5 changes: 2 additions & 3 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
id 'eclipse'
id 'idea'
id "com.modrinth.minotaur" version "2.+"
id 'net.neoforged.gradle.userdev' version '7.0.109'
id 'net.neoforged.gradle.userdev' version '7.0.142'
}

println("Applying plugins...")
Expand Down Expand Up @@ -170,7 +170,6 @@ curseforge {
changelog = rootProject.file('docs/CHANGELOG.md')

addGameVersion project.minecraft_version
addGameVersion "1.20.5"
addGameVersion "Java 21"
addGameVersion "NeoForge"

Expand All @@ -187,7 +186,7 @@ modrinth {
versionType = "${version_type}"
changelog = rootProject.file("docs/CHANGELOG.md").text
uploadFile = jar
gameVersions = [ project.minecraft_version, "1.20.5" ]
gameVersions = [ project.minecraft_version ]

syncBodyFrom = rootProject.file("docs/README.md").text
}
Expand Down

0 comments on commit 03dc79b

Please sign in to comment.