We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4196220 commit 007ce5cCopy full SHA for 007ce5c
1 file changed
examples/spring-boot-sample/build.gradle.kts
@@ -2,9 +2,7 @@ import org.jetbrains.kotlin.config.KotlinCompilerVersion
2
import org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_17
3
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
4
5
-buildscript {
6
- dependencies { classpath("org.apache.commons:commons-compress:1.28.0") }
7
-}
+buildscript { dependencies { classpath("org.apache.commons:commons-compress:1.28.0") } }
8
9
plugins {
10
alias(libs.plugins.springBoot)
0 commit comments