mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-16 15:45:45 +01:00
17 lines
472 B
Plaintext
17 lines
472 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
kotlin("jvm") version embeddedKotlinVersion
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation(gradleApi())
|
|
implementation("gradle.plugin.org.cadixdev.gradle:licenser:0.6.1")
|
|
implementation("org.ajoberstar.grgit:grgit-gradle:4.1.1")
|
|
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
|
|
implementation("org.jfrog.buildinfo:build-info-extractor-gradle:4.27.1")
|
|
} |