Skip to content

Commit 45a7503

Browse files
committed
build: Try to update build plugins to fix gradle but it just breaks in other ways
1 parent ef44def commit 45a7503

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

fabric/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '0.12-SNAPSHOT'
2+
id 'fabric-loom' version '1.2-SNAPSHOT'
33
id 'maven-publish'
44
id 'idea'
55
id 'com.matthewprenger.cursegradle' version '1.4.0'

forge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.+'
8+
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '6.0.0'
99
classpath 'org.spongepowered:mixingradle:0.7-SNAPSHOT'
1010
classpath 'gradle.plugin.com.matthewprenger:CurseGradle:1.4.0'
1111
classpath "com.modrinth.minotaur:Minotaur:2.+"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

shared/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,6 @@ publishing {
5757
version = project.version + (!project.version.endsWith("SNAPSHOT") ? "+" + minecraft_version : "")
5858

5959
artifact jar
60-
61-
artifact sourcesJar {
62-
classifier 'sources'
63-
}
64-
65-
artifact project.javadocJar {
66-
classifier 'javadoc'
67-
}
6860
}
6961
}
7062

0 commit comments

Comments
 (0)