Browse Source

Remove workaround in test setup as KT-30276 has been fixed

See gh-46748
pull/46774/head
Stéphane Nicoll 4 months ago
parent
commit
ab9b584009
  1. 2
      build.gradle

2
build.gradle

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
plugins {
id "base"
id "org.jetbrains.kotlin.jvm" apply false // https://youtrack.jetbrains.com/issue/KT-30276
id "org.jetbrains.kotlin.jvm"
}
description = "Spring Boot Build"

Loading…
Cancel
Save