mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 07:17:58 +01:00
Gradle pls
This commit is contained in:
parent
88f284f202
commit
31bc69ff65
1 changed files with 7 additions and 6 deletions
13
build.gradle
13
build.gradle
|
@ -84,10 +84,11 @@ dependencies {
|
||||||
transitive = false
|
transitive = false
|
||||||
}
|
}
|
||||||
|
|
||||||
modCompileOnly project(":canvas-compat")
|
modCompileOnly project(":canvas-compat") {
|
||||||
afterEvaluate {
|
transitive = false
|
||||||
subprojects.each {
|
}
|
||||||
include project(":canvas-compat")
|
|
||||||
}
|
afterEvaluate {
|
||||||
}
|
include project(":canvas-compat")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue