There was an error while loading. Please reload this page.
1 parent e6081bf commit 9a04911Copy full SHA for 9a04911
2 files changed
.github/workflows/build.yml
@@ -26,6 +26,8 @@ jobs:
26
run: chmod +x gradlew
27
- name: Build with Gradle
28
run: ./gradlew build --full-stacktrace
29
+ - name: Create Release Artifact
30
+ run: ./gradlew createReleaseJar
31
- name: Upload Artifact
32
uses: actions/upload-artifact@v6
33
with:
settings.gradle.kts
@@ -1,7 +1,7 @@
1
rootProject.name = "optifine"
2
3
pluginManagement {
4
- val labyGradlePluginVersion = "0.7.0-SNAPSHOT"
+ val labyGradlePluginVersion = "0.8.0"
5
buildscript {
6
repositories {
7
maven("https://dist.labymod.net/api/v1/maven/release/")
0 commit comments