Kinmarui
Kinmarui
So my structure is as follow: - Root Project - Client (depends on Commons), used in other projects - Commons - Server (depends on Commons) I want to create jar...
I found it very unintuitive when I wanted to add `uploadArchives` task in `dependsOnTasks` field. I think 21 line in [AdvancedBuildVersionPlugin.groovy](https://github.com/moallemi/gradle-advanced-build-version/blob/master/src/main/groovy/org/moallemi/gradle/AdvancedBuildVersionPlugin.groovy) instead of `if (taskName.toLowerCase(Locale.ENGLISH).contains(dependentTask) &&` should be `if (taskName.contains(dependentTask)...