We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I will expect that the custom plugin will have the version number which is in complete/plugin/build.gradle file.
The custom plugin doens't have a version number, the version is "unspecified".
grails-plugin.xml said:
<plugin name='grailsPlugin' version='unspecified' grailsVersion='3.2.9 > *'>
Only the name of the file has the version number.
The text was updated successfully, but these errors were encountered:
Any news on this? Same problem here, Grails version 3.3.9
Sorry, something went wrong.
I was able to resolve this adding the ext block:
if (isGrailsProject) { ext { setVersion(appVersion) }
No branches or pull requests
Steps to Reproduce
Expected Behaviour
I will expect that the custom plugin will have the version number which is in complete/plugin/build.gradle file.
Actual Behaviour
The custom plugin doens't have a version number, the version is "unspecified".
grails-plugin.xml said:
Only the name of the file has the version number.
Environment Information
Example Application
The text was updated successfully, but these errors were encountered: