mirror of
https://github.com/colbster937/originblacklist.git
synced 2025-12-14 23:07:42 +00:00
fix some logic
This commit is contained in:
@@ -8,7 +8,7 @@ plugins {
|
||||
|
||||
|
||||
group = 'dev.colbster937'
|
||||
version = '1.0.4'
|
||||
version = '1.0.5'
|
||||
description = 'A reimplementation of OriginBlacklist for EaglerXServer'
|
||||
def targetJavaVersion = 17
|
||||
|
||||
@@ -64,7 +64,7 @@ java {
|
||||
}
|
||||
|
||||
processResources {
|
||||
filesMatching(['plugin.yml', 'bungee.yml', 'velocity-plugin.json']) {
|
||||
filesMatching(['plugin.yml', 'bungee.yml', 'velocity-plugin.json', 'Base.java']) {
|
||||
expand(
|
||||
version: project.version,
|
||||
description: project.description
|
||||
|
||||
Reference in New Issue
Block a user