2023-06-04 10:34:03 +00:00
|
|
|
import io.papermc.paperweight.userdev.PaperweightUserDependenciesExtension
|
|
|
|
|
2022-03-07 14:20:05 +00:00
|
|
|
plugins {
|
|
|
|
java
|
|
|
|
}
|
|
|
|
|
|
|
|
applyPaperweightAdapterConfiguration()
|
|
|
|
|
|
|
|
repositories {
|
2023-03-07 14:35:33 +00:00
|
|
|
gradlePluginPortal()
|
2022-03-07 14:20:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2024-05-19 11:32:18 +00:00
|
|
|
// url=https://repo.papermc.io/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/1.20.6-R0.1-SNAPSHOT/
|
2024-08-26 00:42:43 +00:00
|
|
|
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.20.6-R0.1-20240824.093908-124")
|
2023-08-09 18:52:18 +00:00
|
|
|
compileOnly(libs.paperlib)
|
2022-03-07 14:20:05 +00:00
|
|
|
}
|