Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-08 09:10:10 +01:00
11 Zeilen
166 B
Plaintext
11 Zeilen
166 B
Plaintext
|
plugins {
|
||
|
`kotlin-dsl`
|
||
|
}
|
||
|
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation("com.github.jengelman.gradle.plugins", "shadow", "6.1.0")
|
||
|
}
|