build: Update pipeline version to release build

This commit is contained in:
NotMyFault
2021-12-10 11:25:21 +01:00
parent cba0f3ac1f
commit 9c84dc2bc0
2 changed files with 6 additions and 3 deletions

View File

@ -6,6 +6,7 @@ dependencies {
// Minecraft expectations
compileOnlyApi(libs.gson)
compileOnly(libs.guava)
// Platform expectations
compileOnlyApi(libs.snakeyaml)
@ -39,7 +40,7 @@ dependencies {
// Other libraries
api(libs.prtree)
api(libs.aopalliance)
api(libs.pipeline) {
api(libs.rorledning) {
exclude(group = "com.google.guava")
}
api(libs.arkitektonika)