mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 13:37: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
|
||||
}
|
||||
|
||||
modCompileOnly project(":canvas-compat")
|
||||
afterEvaluate {
|
||||
subprojects.each {
|
||||
include project(":canvas-compat")
|
||||
}
|
||||
}
|
||||
modCompileOnly project(":canvas-compat") {
|
||||
transitive = false
|
||||
}
|
||||
|
||||
afterEvaluate {
|
||||
include project(":canvas-compat")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue