feat: NickCore v1.0.0 - enterprise nickname plugin for Paper/Folia/Velocity
This commit is contained in:
30
gradle.properties
Normal file
30
gradle.properties
Normal file
@@ -0,0 +1,30 @@
|
||||
# Project
|
||||
projectVersion=1.0.0
|
||||
projectGroup=com.nickcore
|
||||
|
||||
# Minecraft / Paper
|
||||
paperApiVersion=1.21.11-R0.1-SNAPSHOT
|
||||
minecraftVersion=1.21.11
|
||||
|
||||
# Velocity
|
||||
velocityApiVersion=3.5.0-SNAPSHOT
|
||||
|
||||
# Dependencies
|
||||
hikariVersion=7.0.2
|
||||
luckpermsVersion=5.5
|
||||
placeholderApiVersion=2.11.6
|
||||
adventureVersion=4.17.0
|
||||
minimessageVersion=4.17.0
|
||||
|
||||
# Testing
|
||||
junitVersion=5.11.0
|
||||
mockitoVersion=5.14.0
|
||||
|
||||
# Build
|
||||
shadowVersion=8.1.1
|
||||
javaVersion=25
|
||||
|
||||
# Gradle
|
||||
org.gradle.parallel=true
|
||||
org.gradle.caching=true
|
||||
org.gradle.jvmargs=-Xmx2g
|
||||
Reference in New Issue
Block a user