paper plugin that introduces the "Soulbound" enchantment
1plugins {
2 `kotlin-dsl`
3}
4
5repositories {
6 gradlePluginPortal()
7}
8
9dependencies {
10 implementation(libs.shadow)
11 implementation(libs.indra.common)
12 implementation(libs.indra.licenseHeader)
13 implementation(libs.indra.git)
14
15 // https://github.com/gradle/gradle/issues/15383#issuecomment-779893192
16 implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
17}