Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify git access #85

Open
metacosm opened this issue Nov 12, 2020 · 1 comment
Open

Unify git access #85

metacosm opened this issue Nov 12, 2020 · 1 comment
Labels
3 - Team work Meeting, demo, infra support, .... dependencies Pull requests that update a dependency file

Comments

@metacosm
Copy link
Member

We're currently using 2 different git libs and since, right now, we've tied ourselves to GitHub with the reporting, we should probably only use the GitHub library.

@metacosm metacosm added 3 - Team work Meeting, demo, infra support, .... dependencies Pull requests that update a dependency file labels Nov 12, 2020
@cmoulliard
Copy link
Member

Can we also upgrade the git lib to use the quarkus git extension please instead of the following deps ?

<!-- git -->
        <dependency>
            <groupId>org.eclipse.jgit</groupId>
            <artifactId>org.eclipse.jgit</artifactId>
        </dependency>

        <dependency>
            <groupId>org.kohsuke</groupId>
            <artifactId>github-api</artifactId>
            <version>${kohsuke.version}</version>
        </dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Team work Meeting, demo, infra support, .... dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants