mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-12 10:24:29 +01:00
15 lines
222 B
Plaintext
15 lines
222 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.paperweight)
|
|
|
|
implementation(libs.shadowjar)
|
|
|
|
implementation(libs.runpaper)
|
|
|
|
implementation(libs.modrinth)
|
|
|
|
implementation(libs.hangar)
|
|
} |