Update all deps and versions

This commit is contained in:
Aizistral
2026-01-26 19:10:25 +01:00
parent 439057c022
commit 796ba49cda
4 changed files with 17 additions and 16 deletions

View File

@@ -40,7 +40,7 @@ processResources {
}
tasks.withType(JavaCompile).configureEach {
it.options.release = 8
it.options.release = 16
}
java {
@@ -49,8 +49,8 @@ java {
// If you remove this line, sources will not be generated.
withSourcesJar()
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16
}
jar {
@@ -68,8 +68,8 @@ curseforge {
changelog = file('../CHANGELOG.md')
mainArtifact(remapJar)
addGameVersion '1.16.4'
addGameVersion '1.16.5'
addGameVersion '1.17.1'
addGameVersion '1.17'
addGameVersion 'Fabric'
addGameVersion 'Java 8'
@@ -87,7 +87,7 @@ modrinth {
versionType = "release"
changelog = rootProject.file("../CHANGELOG.md").text
uploadFile = remapJar
gameVersions = [ '1.16.4', '1.16.5' ]
gameVersions = [ '1.17.1', '1.17' ]
loaders = [ 'fabric' ]
dependencies {

View File

@@ -7,14 +7,14 @@ org.gradle.configuration-cache=false
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.16.4
minecraft_version=1.17.1
loader_version=0.18.4
loom_version=1.13-SNAPSHOT
# Mod Properties
mod_version=Fabric-MC1.16.4-v1.0.0
mod_version=Fabric-MC1.17.1-v1.0.0
maven_group=com.aizistral.nochatrestrictions
archives_base_name=NoChatRestrictions
# Dependencies
fabric_api_version=0.42.0+1.16
fabric_api_version=0.46.1+1.17