We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb16d2 commit 443a449Copy full SHA for 443a449
Makefile
@@ -10,7 +10,7 @@ command=\n\033[0;37;40m $$
10
11
# PLUGIN NAME & VERSION
12
plugin_name=$(shell grep -oP "name:\s*\K\w+" plugin.yml)
13
-plugin_version=$(shell grep -oP "version:\s*\K[A-Za-z0-9\.]+" plugin.yml)
+plugin_version=$(shell grep -oP "^version:\s*\K[A-Za-z0-9\.]+" plugin.yml)
14
15
# JARFILE BUILD OUTPUT
16
jarfile_output=dist/$(plugin_name)-$(plugin_version).jar
0 commit comments