wooga / atlas-github

Gradle plugin to publish artifacts to github
https://wooga.github.io/atlas-github/
Apache License 2.0
1 stars 3 forks source link

Potentially use `org.ajoberstar.grgit.service` plugin #138

Open Vampire opened 1 year ago

Vampire commented 1 year ago

Just in case you didn't notice. Grgit with version 5.x added a second plugin org.ajoberstar.grgit.service which does not unconditionally open a Grgit instance for the project and also behaves better if there is not Git directory.

So in case you want to reduce some own complexity, you could apply that new plugin and use the GrgitService that is registered as extension instead of the custom logic you currently have. :-)

Larusso commented 1 year ago

@Vampire thanks will check this out!