14 lines
182 B
Kotlin
14 lines
182 B
Kotlin
/*
|
|
* Spring-boot Examples
|
|
*
|
|
* Copyright (c) 2021. Elex. All Rights Reserved.
|
|
* https://www.elex-project.com/
|
|
*/
|
|
|
|
plugins{
|
|
`kotlin-dsl`
|
|
}
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|