Thai Ha

Results 4 comments of Thai Ha

When building on CI servers, the value should come from specific environment variables (for more info see https://github.com/n0mer/gradle-git-properties/blob/master/src/main/groovy/com/gorylenko/properties/BranchProperty.groovy) - Jenkins/Hudson: GIT_LOCAL_BRANCH / GIT_BRANCH / BRANCH_NAME - TravisCI: TRAVIS_BRANCH - TeamCity:...

I checked the link and it looks like JGit hasn't supported worktree yet

I'm still not clear on how this config property will be used. What is the value of the plugin if the property is always true or always false? Can you...

How about using enable property like this? `tasks.withType(com.gorylenko.GenerateGitPropertiesTask).all { enabled = false }`