3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-09-07 21:32:52 +02:00
ViaBackwards/build-logic/build.gradle.kts

13 Zeilen
250 B
Plaintext

2021-05-29 09:32:55 +02:00
plugins {
`kotlin-dsl`
}
repositories {
gradlePluginPortal()
}
dependencies {
// version must be manually kept in sync with the one in root project settings.gradle.kts
2023-03-01 14:59:26 +01:00
implementation("com.github.johnrengelman", "shadow", "8.1.0")
2021-05-29 09:32:55 +02:00
}