eclipse-jgit / jgit

JGit, the Java implementation of git
https://www.eclipse.org/jgit/
Other
92 stars 31 forks source link

Gradle plugin Compatibility ? #51

Closed Xinerfapre closed 2 months ago

Xinerfapre commented 3 months ago

Description

Hello,

Is it possible to make a plugin for Gradle ?

Motivation

I would like to use JGit to manage my versions and my Git repository in the file "build.gradle.kts".

Alternatives considered

No response

Additional context

No response

tomaswolf commented 2 months ago

We do not create or maintain build systems. Plug-ins for maven or gradle or other build systems are created and maintained by the people developing these build systems.

Check with the gradle community what already exists, and if you need something that doesn't exist yet, then see with the gradle community how to get or implement the functionality you need in the gradle ecosystem.