1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-04-18 17:14:03 +02:00

Gradle pls

This commit is contained in:
Sollace 2021-02-19 00:07:22 +02:00
parent 88f284f202
commit 31bc69ff65

View file

@ -84,10 +84,11 @@ dependencies {
transitive = false
}
modCompileOnly project(":canvas-compat")
afterEvaluate {
subprojects.each {
include project(":canvas-compat")
}
}
modCompileOnly project(":canvas-compat") {
transitive = false
}
afterEvaluate {
include project(":canvas-compat")
}
}