forked from loafle/openapi-generator-original
* first pass * fixing types * fixing action * updating samples * updating files * adding guido * fixing misk * removing old files * cleaning generated files * cleaning generated files * adding back in license * first pass * second pass * third pass * typo * fixup * fixup 2 * fixup 3 * fixup 4 * fixup 5 * fixup 6 * fixing api override * fixing docs * fixing docs json * fix misk version * add action prefix * fixup * fixup 2 * fixup 3 * fixup 4 * fixup 5
15 lines
249 B
Plaintext
15 lines
249 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
include(":models")
|
|
rootProject.name = "openapi-kotlin-misk-server" |