mirror of
https://github.com/corda/corda.git
synced 2025-01-31 16:35:43 +00:00
network-map-visualiser: Fix compile error
This commit is contained in:
parent
e27a61ffe6
commit
ba22990938
@ -32,7 +32,7 @@ repositories {
|
||||
}
|
||||
|
||||
applicationDefaultJvmArgs = ["-javaagent:${rootProject.configurations.quasar.singleFile}"]
|
||||
mainClassName = 'com.r3cev.corda.netmap.NetworkExplorerKt'
|
||||
mainClassName = 'com.r3cev.corda.netmap.NetworkMapVisualiserKt'
|
||||
|
||||
dependencies {
|
||||
compile project(":core")
|
||||
@ -55,4 +55,4 @@ task capsule(type: FatCapsule) {
|
||||
minJavaVersion = '1.8.0'
|
||||
javaAgents = [rootProject.configurations.quasar.singleFile.name]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user