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

Improve UX when reporting warnings #35

Open
lacasseio opened this issue Feb 11, 2021 · 0 comments
Open

Improve UX when reporting warnings #35

lacasseio opened this issue Feb 11, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@lacasseio
Copy link
Member

The warnings are reported when the version is resolved this can happen at various points in time typically when a plugin is being resolved. Instead, we should most likely resolve the version once with warnings when settings is finish evaluated.

Current UX:

$ gradlew nokee --show-version

> Configure project :static_lib
WARNING: version '0.4.0' (from cache file) overrides version '0.5.0-12c22234' (from Gradle wrapper property).

> Task :nokee
Build ':' using Nokee version '0.5.0-12c22234' (from build classpath).

Expected UX:

$ gradlew nokee --show-version

> Configure project :
WARNING: version '0.4.0' (from cache file) overrides version '0.5.0-12c22234' (from Gradle wrapper property).

> Task :nokee
Build ':' using Nokee version '0.5.0-12c22234' (from build classpath).
@lacasseio lacasseio added the enhancement New feature or request label Feb 11, 2021
@lacasseio lacasseio added this to the 0.9.0 milestone Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant