mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-04 01:56:09 +00:00
[KOTLIN] feat: adds maven-publish to 'kotlin' client generator (#14344)
* [KOTLIN] feat: adds maven-publish to 'kotlin' client generator * [KOTLIN] chore: regenerate samples
This commit is contained in:
@@ -21,6 +21,7 @@ buildscript {
|
||||
apply plugin: 'kotlin'
|
||||
apply plugin: 'kotlin-parcelize'
|
||||
apply plugin: 'kotlinx-serialization'
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
repositories {
|
||||
maven { url "https://repo1.maven.org/maven2" }
|
||||
|
||||
Reference in New Issue
Block a user