mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 18:37:11 +00:00
better format in build.gradle (kotlin) (#22439)
This commit is contained in:
@@ -53,12 +53,14 @@ test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
|
||||
kotlin {
|
||||
jvmToolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(17))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
||||
@@ -70,7 +72,7 @@ dependencies {
|
||||
}
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
withSourcesJar()
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
||||
Reference in New Issue
Block a user