Skip to content

Commit 2a63676

Browse files
florianreuthKichura
andcommitted
Updates from main
Co-authored-by: Kichura <68134602+kichura@users.noreply.github.com>
1 parent 99a38f0 commit 2a63676

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [ pull_request, push, workflow_dispatch ]
33

44
jobs:
55
build:
6-
runs-on: ubuntu-24.04
6+
runs-on: ubuntu-24.04-arm
77
steps:
88
- name: Checkout Repository
99
uses: actions/checkout@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [workflow_dispatch] # Manual trigger
44
jobs:
55
publish:
66
if: github.repository_owner == 'ViaVersion'
7-
runs-on: ubuntu-24.04
7+
runs-on: ubuntu-24.04-arm
88
steps:
99
- name: Checkout Repository
1010
uses: actions/checkout@v4

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# suppress inspection "UnusedProperty" for whole file
22
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
33

4-
loader_version=0.16.10
5-
viaver_version=5.3.1
6-
viaback_version=5.3.1
4+
loader_version=0.16.14
5+
viaver_version=5.3.2
6+
viaback_version=5.3.2
77
viarewind_version=4.0.7
88

99
publish_mc_versions=1.12.2, 1.8.9

gradle/wrapper/gradle-wrapper.jar

59 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionSha256Sum=61ad310d3c7d3e5da131b76bbf22b5a4c0786e9d892dae8c1658d4b484de3caa
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)