Skip to content

Commit 304ec15

Browse files
committed
Release 0.1.2 - fix to basic editor
1 parent 75d39ec commit 304ec15

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tools/deltahex-editor-basic/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ def manifestClassPath() {
5656
}
5757

5858
jar {
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(

0 commit comments

Comments
 (0)