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
The version listed for plugins should match what is publicly available.
Instead they are defined as the micronaut version, which is very different than the plugin version.
plugins { id 'io.micronaut.application' version '{micronautVersion}' id 'io.micronaut.test-resources' version '{micronautVersion}' }
This should be projectVersion as defined in the micronaut-gradle-plugin repo's gradle.properties file.
projectVersion
4.6.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
The version listed for plugins should match what is publicly available.
Actual Behaviour
Instead they are defined as the micronaut version, which is very different than the plugin version.
This should be
projectVersion
as defined in the micronaut-gradle-plugin repo's gradle.properties file.Version
4.6.3
The text was updated successfully, but these errors were encountered: