Skip to content

Commit 9a04911

Browse files
committed
Update LabyGradle to 0.8.0, sync CI workflow
1 parent e6081bf commit 9a04911

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: chmod +x gradlew
2727
- name: Build with Gradle
2828
run: ./gradlew build --full-stacktrace
29+
- name: Create Release Artifact
30+
run: ./gradlew createReleaseJar
2931
- name: Upload Artifact
3032
uses: actions/upload-artifact@v6
3133
with:

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rootProject.name = "optifine"
22

33
pluginManagement {
4-
val labyGradlePluginVersion = "0.7.0-SNAPSHOT"
4+
val labyGradlePluginVersion = "0.8.0"
55
buildscript {
66
repositories {
77
maven("https://dist.labymod.net/api/v1/maven/release/")

0 commit comments

Comments
 (0)