ajoberstar / gradle-git

Git plugin for Gradle
Apache License 2.0
561 stars 89 forks source link

problem using the plugin #265

Closed Wizzzo closed 7 years ago

Wizzzo commented 7 years ago

i've tried using the plugin on my gradle project, and i've got the following problem. https://stackoverflow.com/questions/45275731/clone-git-repository-on-my-gradle-using-grgit

Wizzzo commented 7 years ago

hello, i really need to ask you a question, can you contact me please?

ajoberstar commented 7 years ago

Hi, @Wizzzo. I try to get to issues as I have time, but this is just an open source side project, I can't always respond in a timely manner.

Since you've already asked the question on StackOverflow, I'd like to keep the discussion there. Particularly since someone has already taken the time to provide an answer, could you either provide comments to his answer explaining what he hasn't addressed or mark it accepted if it meets your needs?

Wizzzo commented 7 years ago

Thanks @ajoberstar, i've found another problem, that occurs if i'm using the grgit plugin with the credentials plugins "classpath "nu.studer:gradle-credentials-plugin:1.0.1" the problem occure as soon as i'm adding the classpath of the grgit (version 1.7.2), i'm not even when i'm not applying the plugin. have you ever experience this issue if you want to see it for yourself this is the project i'm trying to run: https://drive.google.com/open?id=0B9-P8K1AQm9od2VLcTFYOVRpYlU

ajoberstar commented 7 years ago

To make this more discoverable for anyone who encounters this in the future, please open this as a new issue. Please also provide more details in the issue:

I'm not familiar with the credentials plugin, so I can't say yet whether it's something I'll be able to help with.