mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
update gradle and loom, switch workflow distribution
This commit is contained in:
parent
50ff244b1c
commit
f5ac2c8808
3 changed files with 3 additions and 5 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -24,7 +24,7 @@ on:
|
||||||
- '**/build.yml'
|
- '**/build.yml'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
JAVA_DIST: 'zulu'
|
JAVA_DIST: 'microsoft'
|
||||||
JAVA_VERSION: 17
|
JAVA_VERSION: 17
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -23,8 +23,7 @@ val githubUser: String by project
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("architectury-plugin") version "3.4.+"
|
id("architectury-plugin") version "3.4.+"
|
||||||
id("dev.architectury.loom") version "1.3.+" apply false
|
id("dev.architectury.loom") version "1.4.+" apply false
|
||||||
id("io.github.juuxel.loom-vineflower") version "1.11.0" apply false
|
|
||||||
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
|
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
|
||||||
java
|
java
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
|
@ -63,7 +62,6 @@ allprojects {
|
||||||
subprojects {
|
subprojects {
|
||||||
apply(plugin = "architectury-plugin")
|
apply(plugin = "architectury-plugin")
|
||||||
apply(plugin = "dev.architectury.loom")
|
apply(plugin = "dev.architectury.loom")
|
||||||
apply(plugin = "io.github.juuxel.loom-vineflower")
|
|
||||||
apply(plugin = "maven-publish")
|
apply(plugin = "maven-publish")
|
||||||
|
|
||||||
base {
|
base {
|
||||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,5 +1,5 @@
|
||||||
distributionBase = GRADLE_USER_HOME
|
distributionBase = GRADLE_USER_HOME
|
||||||
distributionPath = wrapper/dists
|
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
|
zipStoreBase = GRADLE_USER_HOME
|
||||||
zipStorePath = wrapper/dists
|
zipStorePath = wrapper/dists
|
||||||
|
|
Loading…
Reference in a new issue