Error with task updateCleanArchitecture
loaizajimmy opened this issue · 0 comments
loaizajimmy commented
When try to update to the latest plugin version with command gradle u
it works right, but there are some errors in the version field of the plugin.
In the files build.gradle and gradle.properties the version has the prefix 'v' which causes a build error.
When trying the build command,t fails stating that the version doesn't exist and after manually remove the 'v' prefix it works perfectly.