mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
14 lines
347 B
Kotlin
14 lines
347 B
Kotlin
plugins {
|
|
id("org.springframework.boot") version "2.7.6"
|
|
id("io.spring.dependency-management") version "1.0.15.RELEASE"
|
|
id("java")
|
|
}
|
|
|
|
java {
|
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
|
targetCompatibility = JavaVersion.VERSION_1_8
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.springframework.boot:spring-boot-starter-webflux")
|
|
} |