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

Remove grgit and jgit #243

Merged
merged 21 commits into from
Oct 19, 2023
Merged

Remove grgit and jgit #243

merged 21 commits into from
Oct 19, 2023

Conversation

rpalcolea
Copy link
Member

This is to remove the need for grgit/jgit

Instead, we leverage native git via Exec in order to continue our work to support configuration cache (future PR)

implementation 'com.github.zafarkhaja:java-semver:0.9.0'
implementation platform("com.fasterxml.jackson:jackson-bom:2.14.2")

compileOnly platform("com.fasterxml.jackson:jackson-bom:2.11.0")
testImplementation 'org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just to keep setting up the tests easily without doing native git commands there


/**
* Responsible for executing native Git commands via Gradle's ExecOperations
* This replaced grgit/jgit need and it is useful to be configuration cache compliant
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@rpalcolea rpalcolea merged commit c95366b into main Oct 19, 2023
@rpalcolea rpalcolea deleted the remove-jgit branch October 19, 2023 22:03
This was referenced Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants