We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902ebc1 commit eeda48aCopy full SHA for eeda48a
1 file changed
11_flow/server/build.gradle.kts
@@ -1,5 +1,3 @@
1
-import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
-
3
plugins {
4
id("org.springframework.boot") version "3.5.5"
5
id("io.spring.dependency-management") version "1.1.7"
@@ -10,7 +8,6 @@ plugins {
10
8
11
9
group = "ru.netology"
12
version = "0.0.1-SNAPSHOT"
13
-java.sourceCompatibility = JavaVersion.VERSION_17
14
15
repositories {
16
mavenCentral()
0 commit comments