2024-06-30 10:40:13 +02:00
|
|
|
import io.papermc.paperweight.userdev.PaperweightUserDependenciesExtension
|
|
|
|
|
|
|
|
plugins {
|
|
|
|
java
|
|
|
|
}
|
|
|
|
|
|
|
|
applyPaperweightAdapterConfiguration()
|
|
|
|
|
|
|
|
repositories {
|
|
|
|
gradlePluginPortal()
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2024-08-11 21:23:45 +02:00
|
|
|
// url=https://repo.papermc.io/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/1.21.1-R0.1-SNAPSHOT/
|
2024-09-29 15:20:31 +02:00
|
|
|
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.21.1-R0.1-20240928.221611-107")
|
2024-06-30 10:40:13 +02:00
|
|
|
compileOnly(libs.paperlib)
|
|
|
|
}
|