cleanup
This commit is contained in:
parent
fa7c833ac5
commit
88c6ce35d4
3 changed files with 6 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,6 +2,8 @@
|
|||
build/
|
||||
.idea
|
||||
run
|
||||
test-plugin/build
|
||||
test-plugin/run
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
!**/src/main/**/build/
|
||||
!**/src/test/**/build/
|
||||
|
|
|
@ -14,5 +14,5 @@ dependencies {
|
|||
api 'org.jetbrains:annotations:24.0.0'
|
||||
|
||||
compileOnlyApi(adventureDependencies)
|
||||
compileOnlyApi 'com.github.retrooper.packetevents:api:2.2.0'
|
||||
compileOnlyApi 'com.github.retrooper.packetevents:api:2.2.1'
|
||||
}
|
||||
|
|
|
@ -33,5 +33,8 @@ dependencies {
|
|||
tasks {
|
||||
runServer {
|
||||
minecraftVersion("1.20.4")
|
||||
downloadPlugins {
|
||||
modrinth("packetevents", "2.2.1")
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue