3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 22:02:50 +02:00
ViaVersion/build-logic/build.gradle.kts

13 Zeilen
275 B
Plaintext

2021-02-17 17:50:47 +01:00
plugins {
`kotlin-dsl`
}
repositories {
gradlePluginPortal()
}
dependencies {
2021-05-25 06:58:34 +02:00
// version must be manually kept in sync with the one in root project settings.gradle.kts
2021-05-09 10:25:57 +02:00
implementation("gradle.plugin.com.github.jengelman.gradle.plugins", "shadow", "7.0.0")
2021-05-25 06:58:34 +02:00
}