File tree Expand file tree Collapse file tree
tools/deltahex-editor-basic Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ def manifestClassPath() {
5656}
5757
5858jar {
59- from configurations. compile. findAll { it. name == ' deltahex-core-0.1.2-SNAPSHOT .jar' }. collect { it. isDirectory() ? it : zipTree(it) }
60- from configurations. compile. findAll { it. name == ' deltahex-swing-0.1.2-SNAPSHOT .jar' }. collect { it. isDirectory() ? it : zipTree(it) }
61- from configurations. compile. findAll { it. name == ' deltahex-operation-swing-0.1.2-SNAPSHOT .jar' }. collect { it. isDirectory() ? it : zipTree(it) }
62- from configurations. compile. findAll { it. name == ' deltahex-operation-0.1.2-SNAPSHOT .jar' }. collect { it. isDirectory() ? it : zipTree(it) }
59+ from configurations. compile. findAll { it. name == ' deltahex-core-0.1.2.jar' }. collect { it. isDirectory() ? it : zipTree(it) }
60+ from configurations. compile. findAll { it. name == ' deltahex-swing-0.1.2.jar' }. collect { it. isDirectory() ? it : zipTree(it) }
61+ from configurations. compile. findAll { it. name == ' deltahex-operation-swing-0.1.2.jar' }. collect { it. isDirectory() ? it : zipTree(it) }
62+ from configurations. compile. findAll { it. name == ' deltahex-operation-0.1.2.jar' }. collect { it. isDirectory() ? it : zipTree(it) }
6363 from configurations. compile. findAll { it. name. startsWith(' exbin-binary_data-0.1.2' ) && it. name. endsWith(' jar' ) }. collect { it. isDirectory() ? it : zipTree(it) }
6464 manifest {
6565 attributes(
You can’t perform that action at this time.
0 commit comments