napi.web3j-openapi-codegen.0.0.3.source-code.versions.gradle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of web3j-openapi-codegen Show documentation
Show all versions of web3j-openapi-codegen Show documentation
web3j-openapi project code generators
ext {
loadPropsFromFile = { String path ->
def props = new Properties()
def propsFile = file(path)
if (propsFile.exists()) {
propsFile.withReader { reader ->
props.load(reader)
}
}
props
}
versions = loadPropsFromFile("../versions.properties")
}