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

Commit

Permalink
build: re-add version metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Mar 30, 2024
1 parent 3c2c3a6 commit c0d5cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group 'net.william278'
version "$ext.plugin_version"
version "$ext.plugin_version${versionMetadata()}"
description "$ext.plugin_description"
defaultTasks 'licenseFormat', 'build'

Expand Down

0 comments on commit c0d5cd3

Please sign in to comment.