Skip to content

Commit

Permalink
try newer loom and gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Feb 21, 2024
1 parent 4e400f5 commit ea94329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ val githubUser: String by project

plugins {
id("architectury-plugin") version "3.4.+"
id("dev.architectury.loom") version "1.3.358" apply false
id("io.github.juuxel.loom-vineflower") version "1.11.0" apply false
id("dev.architectury.loom") version "1.4.+" apply false
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
java
`maven-publish`
Expand Down Expand Up @@ -63,7 +62,6 @@ allprojects {
subprojects {
apply(plugin = "architectury-plugin")
apply(plugin = "dev.architectury.loom")
apply(plugin = "io.github.juuxel.loom-vineflower")
apply(plugin = "maven-publish")

base {
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.5-bin.zip
zipStoreBase = GRADLE_USER_HOME
zipStorePath = wrapper/dists

0 comments on commit ea94329

Please sign in to comment.