Update loom and gradle

This commit is contained in:
axolotlmaid 2024-07-03 16:31:59 +01:00
parent 1a96047b5e
commit 01ab8518f4
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.architectury-transformer/
build/
*.ipr
run/

View file

@ -1,5 +1,5 @@
plugins {
id 'dev.architectury.loom' version '1.6-SNAPSHOT' apply false
id 'dev.architectury.loom' version '1.7-SNAPSHOT' apply false
id 'architectury-plugin' version '3.4-SNAPSHOT'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
}

View file

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists