2023-06-04 12:34:03 +02:00
|
|
|
import io.papermc.paperweight.userdev.PaperweightUserDependenciesExtension
|
|
|
|
|
2021-11-30 00:16:19 +01:00
|
|
|
plugins {
|
|
|
|
java
|
|
|
|
}
|
|
|
|
|
|
|
|
applyPaperweightAdapterConfiguration()
|
|
|
|
|
|
|
|
repositories {
|
2023-03-07 15:35:33 +01:00
|
|
|
gradlePluginPortal()
|
2021-11-30 00:16:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2023-06-04 12:34:03 +02:00
|
|
|
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.19.2-R0.1-20221206.184705-189")
|
2022-06-10 01:26:48 +02:00
|
|
|
compileOnly("io.papermc:paperlib")
|
2021-11-30 00:16:19 +01:00
|
|
|
}
|