diff options
author | makamys <makamys@outlook.com> | 2022-06-26 16:24:40 +0200 |
---|---|---|
committer | makamys <makamys@outlook.com> | 2022-06-26 16:31:52 +0200 |
commit | aa20ecbce1426de57c352ef9e755c3015f8f561c (patch) | |
tree | 442d446b2a69ae34e1c192c5dc299379ca088c56 /publish/gradle.properties | |
parent | dd391c5308483f6952bcb8406088166286543752 (diff) | |
download | Neodymium-aa20ecbce1426de57c352ef9e755c3015f8f561c.tar.gz Neodymium-aa20ecbce1426de57c352ef9e755c3015f8f561c.tar.bz2 Neodymium-aa20ecbce1426de57c352ef9e755c3015f8f561c.zip |
Don't prefix tags with v
It's not the cool thing to do anymore. Also it's more consistent this way.
Diffstat (limited to 'publish/gradle.properties')
-rw-r--r-- | publish/gradle.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/publish/gradle.properties b/publish/gradle.properties index 959fd68..2558da5 100644 --- a/publish/gradle.properties +++ b/publish/gradle.properties @@ -7,4 +7,5 @@ modrinthID= releaseName=Neodymium versionedProjectDirectories=false -updateJsonFullVersionFormat=false
\ No newline at end of file +updateJsonFullVersionFormat=false +useVPrefixForTag=false |