🔧 Fix build task dependency.

This commit is contained in:
LambdAurora
2020-01-16 11:58:38 +01:00
parent bc712f138b
commit f56eb9e0ad

View File

@@ -86,3 +86,5 @@ jar {
}
}
}
build.dependsOn(":core:build")