mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-21 04:07:09 +00:00
better format in build.gradle (kotlin) (#22439)
This commit is contained in:
@@ -52,6 +52,7 @@ test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
||||
@@ -62,7 +63,7 @@ dependencies {
|
||||
}
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
withSourcesJar()
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
||||
Reference in New Issue
Block a user