Update all deps and versions for 1.20.6

This commit is contained in:
Aizistral
2026-01-29 01:12:02 +01:00
parent 6e9fcb4a11
commit 1abd9296f7
12 changed files with 38 additions and 38 deletions

View File

@@ -40,7 +40,7 @@ processResources {
}
tasks.withType(JavaCompile).configureEach {
it.options.release = 17
it.options.release = 21
}
java {
@@ -49,8 +49,8 @@ java {
// If you remove this line, sources will not be generated.
withSourcesJar()
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
jar {
@@ -68,10 +68,10 @@ curseforge {
changelog = file('../CHANGELOG.md')
mainArtifact(remapJar)
addGameVersion '1.20.4'
addGameVersion '1.20.3'
addGameVersion '1.20.6'
addGameVersion '1.20.5'
addGameVersion 'Fabric'
addGameVersion 'Java 17'
addGameVersion 'Java 21'
relations {
requiredDependency 'fabric-api'
@@ -87,7 +87,7 @@ modrinth {
versionType = "release"
changelog = rootProject.file("../CHANGELOG.md").text
uploadFile = remapJar
gameVersions = [ '1.20.4', '1.20.3' ]
gameVersions = [ '1.20.6', '1.20.5' ]
loaders = [ 'fabric' ]
dependencies {