Skip to content

Commit ab9b584

Browse files
committed
Remove workaround in test setup as KT-30276 has been fixed
See gh-46748
1 parent d9adce2 commit ab9b584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
plugins {
1818
id "base"
19-
id "org.jetbrains.kotlin.jvm" apply false // https://youtrack.jetbrains.com/issue/KT-30276
19+
id "org.jetbrains.kotlin.jvm"
2020
}
2121

2222
description = "Spring Boot Build"

0 commit comments

Comments
 (0)