9
0
mirror of https://gitlab.com/SamB440/rpgregions-2.git synced 2025-12-24 01:09:27 +00:00
Files
rpgregions-2/build-logic/build.gradle.kts
2025-07-14 16:27:27 +01:00

24 lines
747 B
Plaintext

/*
* This file was generated by the Gradle 'init' task.
*
* This project uses @Incubating APIs which are subject to change.
*/
plugins {
// Support convention plugins written in Kotlin. Convention plugins are build scripts in 'src/main' that automatically become available as plugins in the main build.
`kotlin-dsl`
}
repositories {
// Use the plugin portal to apply community plugins in convention plugins.
gradlePluginPortal()
mavenCentral()
}
dependencies {
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-rc1")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
// implementation("net.kyori:indra-licenser-spotless:3.1.3")
implementation("net.kyori:blossom:2.1.0")
}