mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-13 10:33:55 +01:00
19 lines
383 B
Plaintext
19 lines
383 B
Plaintext
import com.ryderbelserion.feather.includeProject
|
|
|
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|
|
|
rootProject.name = "CrazyAuctions"
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
maven("https://repo.crazycrew.us/releases")
|
|
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id("com.ryderbelserion.feather-settings") version "0.0.1"
|
|
}
|
|
|
|
listOf("paper").forEach(::includeProject) |