Skip to content

Commit

Permalink
Fix versionPattern (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
miozune authored Feb 5, 2025
1 parent 192b7c8 commit 5b22f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ curseForgeRelations =
# This can be useful if you e.g. only want to allow versions in the form of '1.1.xxx'.
# The check is ONLY performed if the version is a git tag.
# Note: the specified string must be escaped, so e.g. 1\\.1\\.\\d+ instead of 1\.1\.\d+
versionPattern = d+\\.d+\\.d+(-pre|-snapshot)?
versionPattern = \\d+\\.\\d+\\.\\d+(-pre|-snapshot)?

# Uncomment to prevent the source code from being published.
# noPublishedSources = true
Expand Down

0 comments on commit 5b22f58

Please sign in to comment.