You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/SetVersion.groovy
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,11 @@
27
27
includeTargets << grailsScript("_GrailsEvents")
28
28
29
29
target ('default': "Sets the current application version") {
30
+
if (isPluginProject) {
31
+
println"The set-version command cannot update the version of a plugin project. Change the value of the 'version' property in ${pluginSettings.basePluginDescriptor.filename} instead."
0 commit comments