mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-10 10:10:22 +01:00
19 lines
431 B
Plaintext
19 lines
431 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
|
|
maven("https://repo.crazycrew.us/first-party/")
|
|
}
|
|
|
|
dependencies {
|
|
implementation("com.github.johnrengelman", "shadow", "8.1.1")
|
|
|
|
implementation("io.papermc.paperweight", "paperweight-userdev", "1.5.5")
|
|
|
|
implementation("com.ryderbelserion.feather", "feather-plugin", "0.0.0.4")
|
|
|
|
implementation("com.modrinth.minotaur", "Minotaur", "2.8.0")
|
|
} |