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
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).
The text was updated successfully, but these errors were encountered:
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:
Expected UX:
The text was updated successfully, but these errors were encountered: