Skip to content
New issue

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

Versions are incorrect in QuickStart guide #747

Open
jamesdh opened this issue Oct 29, 2024 · 0 comments
Open

Versions are incorrect in QuickStart guide #747

jamesdh opened this issue Oct 29, 2024 · 0 comments

Comments

@jamesdh
Copy link

jamesdh commented Oct 29, 2024

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.

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.

Version

4.6.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant