mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-01-11 02:47:33 +01:00
fb9705e4f0
Getting ready for java 17.
17 lines
469 B
Plaintext
17 lines
469 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.0")
|
|
implementation("com.github.jengelman.gradle.plugins:shadow:6.1.0")
|
|
implementation("org.jfrog.buildinfo:build-info-extractor-gradle:4.21.0")
|
|
} |