Skip to content
Snippets Groups Projects
Commit e8de3847 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

removed stale fatjar comand

parent ea4932f3
No related branches found
No related tags found
1 merge request!248Grid smoothing fix
......@@ -62,7 +62,7 @@ javadoc {
// model parsing classes; TODO remove when parser is stable
task fatJar(type: Jar) {
from {
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
//configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
}
with jar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment