Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit c0d5cd3

Browse files
committed
build: re-add version metadata
1 parent 3c2c3a6 commit c0d5cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group 'net.william278'
12-
version "$ext.plugin_version"
12+
version "$ext.plugin_version${versionMetadata()}"
1313
description "$ext.plugin_description"
1414
defaultTasks 'licenseFormat', 'build'
1515

0 commit comments

Comments
 (0)