Fix cloudburst module compile

This commit is contained in:
Jason Penilla 2022-12-01 20:33:40 -07:00 committed by Jason
parent 385453e1d5
commit c0cdd3310d
6 changed files with 10 additions and 8 deletions

View file

@ -4,5 +4,7 @@ plugins {
dependencies {
api(projects.cloudCore)
compileOnly(libs.cloudburst)
compileOnly(libs.cloudburst) {
isTransitive = false
}
}