gradle build
This commit is contained in:
parent
301c952ef9
commit
6b16393ccb
|
|
@ -0,0 +1,11 @@
|
|||
plugins {
|
||||
id("kotlin")
|
||||
id("kotlin-spring")
|
||||
id("maven-publish")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
|
||||
implementation("org.springframework.boot:spring-boot")
|
||||
implementation project(":common-spring")
|
||||
}
|
||||
Loading…
Reference in New Issue