napi.web3j-openapi-codegen.0.0.3.source-code.settings.gradle.mustache 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
rootProject.name = '{{rootProjectName}}'
include 'core'
findProject(':core')?.name = "$rootProject.name-core"
include 'server'
findProject(':server')?.name = "$rootProject.name-server"