update gradle and loom, switch workflow distribution

This commit is contained in:
rlnt 2024-02-21 16:31:09 +01:00
parent 50ff244b1c
commit f5ac2c8808
No known key found for this signature in database
3 changed files with 3 additions and 5 deletions

View file

@ -24,7 +24,7 @@ on:
- '**/build.yml'
env:
JAVA_DIST: 'zulu'
JAVA_DIST: 'microsoft'
JAVA_VERSION: 17
jobs:

View file

@ -23,8 +23,7 @@ val githubUser: String by project
plugins {
id("architectury-plugin") version "3.4.+"
id("dev.architectury.loom") version "1.3.+" 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`
@ -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 {

View file

@ -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