mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
re-removing irrelevant fragment
This commit is contained in:
parent
eb3f463112
commit
93fda7a515
@ -5,13 +5,6 @@ apply plugin: 'com.jfrog.artifactory'
|
||||
|
||||
description 'Corda node web server'
|
||||
|
||||
buildscript {
|
||||
def properties = new Properties()
|
||||
file("$projectDir/src/main/resources/build.properties").withInputStream { properties.load(it) }
|
||||
|
||||
ext.jolokia_version = properties.getProperty('jolokiaAgentVersion')
|
||||
}
|
||||
|
||||
configurations {
|
||||
integrationTestCompile.extendsFrom testCompile
|
||||
integrationTestRuntime.extendsFrom testRuntime
|
||||
|
Loading…
x
Reference in New Issue
Block a user