CrazyAuctions/buildSrc/build.gradle.kts
Ryder Belserion 5a69919781
fat jar ftw
2023-07-23 14:28:39 -04:00

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")
}