mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Inline $jmockitVersion core/desktop build.gradle
This commit is contained in:
parent
83118b6640
commit
51d9f00d44
@ -1,5 +1,3 @@
|
|||||||
def jmockitVersion = '1.42'
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':assets')
|
compile project(':assets')
|
||||||
compile project(':p2p')
|
compile project(':p2p')
|
||||||
@ -29,7 +27,7 @@ dependencies {
|
|||||||
compileOnly 'org.projectlombok:lombok:1.18.2'
|
compileOnly 'org.projectlombok:lombok:1.18.2'
|
||||||
annotationProcessor 'org.projectlombok:lombok:1.18.2'
|
annotationProcessor 'org.projectlombok:lombok:1.18.2'
|
||||||
|
|
||||||
testCompile "org.jmockit:jmockit:$jmockitVersion"
|
testCompile 'org.jmockit:jmockit:1.42'
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
testCompile('org.mockito:mockito-core:2.21.0') {
|
testCompile('org.mockito:mockito-core:2.21.0') {
|
||||||
exclude(module: 'objenesis')
|
exclude(module: 'objenesis')
|
||||||
|
@ -16,8 +16,6 @@ version = '0.8.0-SNAPSHOT'
|
|||||||
|
|
||||||
mainClassName = 'bisq.desktop.app.BisqAppMain'
|
mainClassName = 'bisq.desktop.app.BisqAppMain'
|
||||||
|
|
||||||
def jmockitVersion = '1.42'
|
|
||||||
|
|
||||||
tasks.withType(AbstractArchiveTask) {
|
tasks.withType(AbstractArchiveTask) {
|
||||||
preserveFileTimestamps = false
|
preserveFileTimestamps = false
|
||||||
reproducibleFileOrder = true
|
reproducibleFileOrder = true
|
||||||
@ -43,7 +41,7 @@ dependencies {
|
|||||||
compileOnly 'org.projectlombok:lombok:1.18.2'
|
compileOnly 'org.projectlombok:lombok:1.18.2'
|
||||||
annotationProcessor 'org.projectlombok:lombok:1.18.2'
|
annotationProcessor 'org.projectlombok:lombok:1.18.2'
|
||||||
|
|
||||||
testCompile "org.jmockit:jmockit:$jmockitVersion"
|
testCompile 'org.jmockit:jmockit:1.42'
|
||||||
testCompile('org.mockito:mockito-core:2.21.0') {
|
testCompile('org.mockito:mockito-core:2.21.0') {
|
||||||
exclude(module: 'objenesis')
|
exclude(module: 'objenesis')
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user