mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Inline $jmockitVersion core/desktop build.gradle
This commit is contained in:
parent
83118b6640
commit
51d9f00d44
2 changed files with 2 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
|||
def jmockitVersion = '1.42'
|
||||
|
||||
dependencies {
|
||||
compile project(':assets')
|
||||
compile project(':p2p')
|
||||
|
@ -29,7 +27,7 @@ dependencies {
|
|||
compileOnly '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('org.mockito:mockito-core:2.21.0') {
|
||||
exclude(module: 'objenesis')
|
||||
|
|
|
@ -16,8 +16,6 @@ version = '0.8.0-SNAPSHOT'
|
|||
|
||||
mainClassName = 'bisq.desktop.app.BisqAppMain'
|
||||
|
||||
def jmockitVersion = '1.42'
|
||||
|
||||
tasks.withType(AbstractArchiveTask) {
|
||||
preserveFileTimestamps = false
|
||||
reproducibleFileOrder = true
|
||||
|
@ -43,7 +41,7 @@ dependencies {
|
|||
compileOnly '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') {
|
||||
exclude(module: 'objenesis')
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue