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 9d14908 commit d2e2252Copy full SHA for d2e2252
gradle/WeChatPublish.gradle
@@ -166,7 +166,7 @@ class WeChatPublishExtension {
166
}
167
168
private void checkVersion() {
169
- if (!(fullVersion ==~ /\d+\.\d+(?:\.\d+)?(?:\.\d+)?(?:-[\w-]+)?/)) {
+ if (!(fullVersion ==~ /\d+\.\d+(?:\.\d+)?(?:\.\d+)?(?:\.\d+)?(?:-[\w-]+)?/)) {
170
def message = "Invalid version: ${fullVersion}"
171
if (!isSnapshot)
172
throw new GradleException(message)
0 commit comments