Skip to content

Commit

Permalink
Upgrade toolchain to Loom 1.3.+
Browse files Browse the repository at this point in the history
  • Loading branch information
gniftygnome committed Sep 21, 2023
1 parent 9f0fdb2 commit 88dcd06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins {
id 'maven-publish'
id 'idea'
id 'eclipse'
id 'fabric-loom' version '1.1.+'
id 'fabric-loom' version '1.3.+'
id 'io.github.juuxel.loom-vineflower' version '1.11.0'
}

apply from: 'https://raw.githubusercontent.com/TerraformersMC/GradleScripts/2.5/ferry.gradle'
apply from: 'https://raw.githubusercontent.com/TerraformersMC/GradleScripts/2.6/ferry.gradle'

dependencies {
minecraft "com.mojang:minecraft:$project.minecraft_version"
Expand Down Expand Up @@ -70,7 +70,7 @@ allprojects {
}

jar {
classifier = "dev"
archiveClassifier.set("dev")
}

afterEvaluate {
Expand All @@ -84,7 +84,7 @@ allprojects {
}

//task sourcesJar(type: Jar, dependsOn: classes) {
// classifier = "sources"
// archiveClassifier.set("sources")
// from sourceSets.main.allSource
//}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 88dcd06

Please sign in to comment.