Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Mar 23, 2024
1 parent 9f4b328 commit 5fcc293
Show file tree
Hide file tree
Showing 41 changed files with 82 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ buildscript {
ext.reactor_version = "3.6.4"
{{/jvm-spring-webclient}}
{{/jvm-spring}}
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.spring_boot_version = "3.2.4"
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.spring_boot_version = "3.2.4"
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.retrofitVersion = '2.10.0'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.retrofitVersion = '2.10.0'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-gson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-jackson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-jvm-jackson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.retrofitVersion = '2.10.0'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-jvm-ktor-gson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.ktor_version = '2.3.9'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-jvm-ktor-jackson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.ktor_version = '2.3.9'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.ktor_version = '2.3.9'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ buildscript {
ext.kotlin_version = '1.8.10'
ext.spring_boot_version = "2.7.18"
ext.reactor_version = "3.6.4"
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.spring_boot_version = "3.2.4"
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ buildscript {
ext.kotlin_version = '1.8.10'
ext.spring_boot_version = "3.2.4"
ext.reactor_version = "3.6.4"
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-jvm-vertx-gson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.vertx_version = "4.5.6"
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.vertx_version = "4.5.6"
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.vertx_version = "4.5.6"
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-jvm-vertx-moshi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.vertx_version = "4.5.6"
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-kotlinx-datetime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.retrofitVersion = '2.10.0'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-modelMutable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-moshi-codegen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-nonpublic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-nullable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.retrofitVersion = '2.10.0'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.retrofitVersion = '2.10.0'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-retrofit2-rx3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ buildscript {
ext.kotlin_version = '1.8.10'
ext.retrofitVersion = '2.10.0'
ext.rxJava3Version = '3.1.8'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-retrofit2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.retrofitVersion = '2.10.0'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-string/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-threetenbp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
3 changes: 2 additions & 1 deletion samples/client/petstore/kotlin-uppercase-enum/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wrapper {

buildscript {
ext.kotlin_version = '1.8.10'
ext.spotless_version = "6.25.0"
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down
Loading

0 comments on commit 5fcc293

Please sign in to comment.