forked from loafle/openapi-generator-original
[Kotlin] Use array for generated annotation (#7800)
* Use array for generated annotation fix #7799 * Add generation for kotlin spring delegate pattern * Sample restart tests
This commit is contained in:
committed by
GitHub
parent
bc6da8c082
commit
24fda2ab59
@@ -0,0 +1,15 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven { url = uri("https://repo.spring.io/snapshot") }
|
||||
maven { url = uri("https://repo.spring.io/milestone") }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
resolutionStrategy {
|
||||
eachPlugin {
|
||||
if (requested.id.id == "org.springframework.boot") {
|
||||
useModule("org.springframework.boot:spring-boot-gradle-plugin:${requested.version}")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rootProject.name = "openapi-spring"
|
||||
Reference in New Issue
Block a user