Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit c025e35

Browse files
committed
update to loom 1.9
1 parent 1fa16df commit c025e35

File tree

6 files changed

+4
-18
lines changed

6 files changed

+4
-18
lines changed

1.16_combat-6/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ tasks.runClient {
7676
}
7777

7878
java {
79-
withSourcesJar()
80-
8179
sourceCompatibility = JavaVersion.VERSION_17
8280
targetCompatibility = JavaVersion.VERSION_17
8381
}

1.20/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ tasks.processResources {
5858
}
5959

6060
java {
61-
withSourcesJar()
62-
6361
sourceCompatibility = JavaVersion.VERSION_17
6462
targetCompatibility = JavaVersion.VERSION_17
6563
}

1.21.4/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ tasks.processResources {
8585
}
8686

8787
java {
88-
withSourcesJar()
89-
9088
sourceCompatibility = JavaVersion.VERSION_21
9189
targetCompatibility = JavaVersion.VERSION_21
9290
}
@@ -149,7 +147,7 @@ modrinth {
149147
changelog = changelogContent
150148
} else {
151149
afterEvaluate {
152-
tasks.modrinth.configure {isEnabled = false}
150+
tasks.modrinth.configure {enabled = false}
153151
}
154152
}
155153
}

1.21/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ tasks.processResources {
7676
}
7777

7878
java {
79-
withSourcesJar()
80-
8179
sourceCompatibility = JavaVersion.VERSION_21
8280
targetCompatibility = JavaVersion.VERSION_21
8381
}

1.8.9/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ tasks.runClient {
9999
}
100100

101101
java {
102-
withSourcesJar()
103-
104102
sourceCompatibility = JavaVersion.VERSION_17
105103
targetCompatibility = JavaVersion.VERSION_17
106104
}

build.gradle.kts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ import kotlin.io.path.deleteExisting
44
import kotlin.io.path.listDirectoryEntries
55

66
plugins {
7-
id("io.freefair.lombok") version "8.10" apply false
7+
id("io.freefair.lombok") version "8.11" apply false
88
id("com.modrinth.minotaur") version "2.+" apply false
99
id("com.gradleup.shadow") version "8.+" apply false
1010
id("dev.yumi.gradle.licenser") version "2.0.+"
1111
id("io.github.p03w.machete") version "2.+" apply false
12-
id("fabric-loom") version "1.8.+" apply false
13-
id("ploceus") version "1.8.+" apply false
12+
id("fabric-loom") version "1.9.+" apply false
13+
id("ploceus") version "1.9.+" apply false
1414
}
1515

1616
version = "${project.version}"
@@ -24,11 +24,7 @@ repositories {
2424
mavenCentral()
2525
}
2626

27-
dependencies {
28-
}
29-
3027
allprojects {
31-
3228
repositories {
3329
maven {
3430
name = "TerraformersMC Maven"

0 commit comments

Comments
 (0)