mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-05-31 09:31:54 +00:00
Fixing project version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: KauriVPN
|
||||
main: dev.brighten.antivpn.bukkit.loader.BukkitLoaderPlugin
|
||||
version: ${project.version}
|
||||
version: ${projectVersion}
|
||||
author: funkemunky
|
||||
api-version: 1.13
|
||||
folia-supported: true
|
||||
@@ -1,5 +1,5 @@
|
||||
name: KauriVPN
|
||||
main: dev.brighten.antivpn.bungee.BungeeLoaderPlugin
|
||||
description: A simple and fast antivpn plugin.
|
||||
version: ${project.version}
|
||||
version: ${projectVersion}
|
||||
author: funkemunky
|
||||
+1
-1
@@ -81,7 +81,7 @@ dependencies {
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
archiveFileName.set("AntiVPN-${project.version}-universal.jar")
|
||||
archiveFileName.set("AntiVPN-${projectVersion}-universal.jar")
|
||||
|
||||
// Include the shaded Common:Source jar as a single resource
|
||||
from(project(':Common:Source').tasks.shadowJar) {
|
||||
|
||||
Reference in New Issue
Block a user