CrazyAuctions/buildSrc/build.gradle.kts
2023-07-20 20:16:20 -04:00

19 lines
432 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")
}