update build.gradle

This commit is contained in:
ceikry 2022-04-15 12:07:29 -05:00
parent 1e549e69bd
commit 9a2afb058f

View file

@ -16,4 +16,6 @@ dependencies {
"libs/colormath-jvm-2.0.0.jar",
"libs/markdown-jvm-0.2.4.jar"
)
}
}
jar { from { configurations.compileClasspath.collect { it.isDirectory() ? it : zipTree(it) } } }