Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
update loom version
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Nov 26, 2023
1 parent dafd23c commit a528410
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.2-SNAPSHOT" apply false
id 'io.github.juuxel.loom-vineflower' version '1.+' apply false
id "dev.architectury.loom" version "1.4-SNAPSHOT" apply false
//id 'io.github.juuxel.loom-vineflower' version '1.+' apply false
}

architectury {
Expand All @@ -10,7 +10,7 @@ architectury {

subprojects {
apply plugin: "dev.architectury.loom"
apply plugin: "io.github.juuxel.loom-vineflower"
//apply plugin: "io.github.juuxel.loom-vineflower"

dependencies {
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
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-8.1.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 a528410

Please sign in to comment.