mirror of
https://gitlab.com/2009scape/tools/rs09logger.git
synced 2026-08-01 14:39:23 -06:00
update build.gradle
This commit is contained in:
parent
1e549e69bd
commit
9a2afb058f
1 changed files with 3 additions and 1 deletions
|
|
@ -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) } } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue