mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
Use release leavesclip
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
java-version: "21"
|
||||
distribution: "zulu"
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v3
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
with:
|
||||
add-job-summary: never
|
||||
generate-job-summary: false
|
||||
|
||||
@@ -24,9 +24,6 @@ subprojects {
|
||||
maven("https://repo.leavesmc.org/releases") {
|
||||
content { onlyForConfigurations("leavesclip") }
|
||||
}
|
||||
maven("https://repo.leavesmc.org/snapshots") {
|
||||
content { onlyForConfigurations("leavesclip") }
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType<AbstractArchiveTask>().configureEach {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
dependencies {
|
||||
mache("io.papermc:mache:1.21.5+build.2")
|
||||
- paperclip("io.papermc:paperclip:3.0.3")
|
||||
+ leavesclip("org.leavesmc:leavesclip:3.0.0-SNAPSHOT") // Leaves - build change
|
||||
+ leavesclip("org.leavesmc:leavesclip:3.0.0") // Leaves - build change
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user