mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2026-06-06 02:06:55 +00:00
feat: Setup project structure for 1.18
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
plugins {
|
||||
java
|
||||
}
|
||||
|
||||
applyPaperweightAdapterConfiguration()
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
name = "PaperMC"
|
||||
url = uri("https://papermc.io/repo/repository/maven-public/")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
paperDevBundle("1.18-rc3-R0.1-SNAPSHOT")
|
||||
compileOnly(libs.paperlib)
|
||||
}
|
||||
Reference in New Issue
Block a user