mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-05 09:42:16 +01:00
11 lines
166 B
Plaintext
11 lines
166 B
Plaintext
|
plugins {
|
||
|
`kotlin-dsl`
|
||
|
}
|
||
|
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation("com.github.jengelman.gradle.plugins", "shadow", "6.1.0")
|
||
|
}
|