This repository was archived by the owner on Nov 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +4
-18
lines changed
Expand file tree Collapse file tree 6 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,6 @@ tasks.runClient {
7676}
7777
7878java {
79- withSourcesJar()
80-
8179 sourceCompatibility = JavaVersion .VERSION_17
8280 targetCompatibility = JavaVersion .VERSION_17
8381}
Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ tasks.processResources {
5858}
5959
6060java {
61- withSourcesJar()
62-
6361 sourceCompatibility = JavaVersion .VERSION_17
6462 targetCompatibility = JavaVersion .VERSION_17
6563}
Original file line number Diff line number Diff line change @@ -85,8 +85,6 @@ tasks.processResources {
8585}
8686
8787java {
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}
Original file line number Diff line number Diff line change @@ -76,8 +76,6 @@ tasks.processResources {
7676}
7777
7878java {
79- withSourcesJar()
80-
8179 sourceCompatibility = JavaVersion .VERSION_21
8280 targetCompatibility = JavaVersion .VERSION_21
8381}
Original file line number Diff line number Diff line change @@ -99,8 +99,6 @@ tasks.runClient {
9999}
100100
101101java {
102- withSourcesJar()
103-
104102 sourceCompatibility = JavaVersion .VERSION_17
105103 targetCompatibility = JavaVersion .VERSION_17
106104}
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ import kotlin.io.path.deleteExisting
44import kotlin.io.path.listDirectoryEntries
55
66plugins {
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
1616version = " ${project.version} "
@@ -24,11 +24,7 @@ repositories {
2424 mavenCentral()
2525}
2626
27- dependencies {
28- }
29-
3027allprojects {
31-
3228 repositories {
3329 maven {
3430 name = " TerraformersMC Maven"
You can’t perform that action at this time.
0 commit comments