Skip to content

Commit

Permalink
update gradle and loom, switch workflow distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Feb 21, 2024
1 parent b8e2aaf commit 72830f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
- '**/build.yml'

env:
JAVA_DIST: 'zulu'
JAVA_DIST: 'microsoft'
JAVA_VERSION: 17

jobs:
Expand Down
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.+" 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 72830f8

Please sign in to comment.