3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-07-03 14:18:03 +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-24 11:36:32 +01:00
implementation("com.github.johnrengelman", "shadow", "8.1.1")
2021-05-29 09:32:55 +02:00
}