bancolombia/scaffold-clean-architecture

Error with task updateCleanArchitecture

loaizajimmy opened this issue · 0 comments

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.

image
image

When trying the build command,t fails stating that the version doesn't exist and after manually remove the 'v' prefix it works perfectly.

image