Persist pluginCommands across plugin restarts, compile velocity with jdk 11
This commit is contained in:
parent
64cbb44184
commit
503e40e76f
4 changed files with 92 additions and 9 deletions
|
|
@ -7,6 +7,8 @@ String dependencyDir = group + '.dependencies'
|
|||
version = rootProject.version
|
||||
archivesBaseName = rootProject.name + '-Velocity'
|
||||
|
||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11
|
||||
|
||||
repositories {
|
||||
maven { url 'https://nexus.velocitypowered.com/repository/maven-public/' }
|
||||
maven { url 'https://libraries.minecraft.net' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue