mirror of
https://github.com/xHyroM/lighteco.git
synced 2024-11-10 01:18:07 +01:00
13 lines
No EOL
215 B
Text
13 lines
No EOL
215 B
Text
plugins {
|
|
`kotlin-dsl`
|
|
`groovy-gradle-plugin`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("gradle.plugin.com.github.johnrengelman", "shadow", "7.1.2")
|
|
} |