place building blocks preview test

This commit is contained in:
ruby
2025-01-02 01:27:05 +13:00
parent c061cff342
commit 3e8731eb1c
6 changed files with 169 additions and 127 deletions

View File

@ -18,12 +18,18 @@ repositories {
maven("https://repo.dmulloy2.net/repository/public/") {
name = "dmulloy2-repo"
}
maven("https://maven.enginehub.org/repo/") {
name = "enginehub"
}
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT")
compileOnly("com.comphenix.protocol:ProtocolLib:5.3.0")
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit")
// implementation(files("libs/ProtocolLib.jar"))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation(platform("com.intellectualsites.bom:bom-newest:1.51")) // Ref: https://github.com/IntellectualSites/bom
// implementation("de.nilsdruyen.gradle-ftp-upload-plugin:de.nilsdruyen.gradle-ftp-upload-plugin.gradle.plugin:0.5.0")
}