configuration name updated
This commit is contained in:
parent
de3098db58
commit
c9f31d9e3d
|
|
@ -3,16 +3,16 @@ repositories {
|
|||
}
|
||||
|
||||
configurations {
|
||||
apigenerator
|
||||
apigeneratorKotlinServer
|
||||
}
|
||||
|
||||
dependencies {
|
||||
apigenerator 'ru.touchin:api-generator:1.3.1'
|
||||
apigeneratorKotlinServer 'ru.touchin:api-generator:1.3.1'
|
||||
}
|
||||
|
||||
task apiGeneratorKotlinServer doLast {
|
||||
task generateApiModelsKotlinServer doLast {
|
||||
def jarArgs = new ArrayList<String>()
|
||||
jarArgs.add(configurations.apigenerator.asPath)
|
||||
jarArgs.add(configurations.apigeneratorKotlinServer.asPath)
|
||||
jarArgs.add("generate-client-code")
|
||||
jarArgs.add("--output-language")
|
||||
jarArgs.add("KOTLIN_SERVER")
|
||||
|
|
|
|||
Loading…
Reference in New Issue