2023-06-04 12:34:03 +02:00
|
|
|
import io.papermc.paperweight.userdev.PaperweightUserDependenciesExtension
|
|
|
|
|
2022-12-11 18:36:13 +01:00
|
|
|
plugins {
|
|
|
|
java
|
|
|
|
}
|
|
|
|
|
|
|
|
applyPaperweightAdapterConfiguration()
|
|
|
|
|
|
|
|
repositories {
|
2023-03-07 15:35:33 +01:00
|
|
|
gradlePluginPortal()
|
2022-12-11 18:36:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
// https://papermc.io/repo/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/
|
2023-06-04 12:34:03 +02:00
|
|
|
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.19.3-R0.1-20230312.180621-141")
|
2022-12-11 18:36:13 +01:00
|
|
|
compileOnly("io.papermc:paperlib")
|
|
|
|
}
|