[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:
Nick Ufer
2023-01-02 10:20:41 +01:00
committed by GitHub
parent dc99a450dd
commit 16a7fb8acd
31 changed files with 31 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ buildscript {
}
apply plugin: 'kotlin'
apply plugin: 'maven-publish'
repositories {
maven { url "https://repo1.maven.org/maven2" }