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

✨ Gradle support #609

Merged
merged 17 commits into from
Jun 3, 2024
Merged

✨ Gradle support #609

merged 17 commits into from
Jun 3, 2024

Conversation

jmle
Copy link
Contributor

@jmle jmle commented May 23, 2024

👀 See Gradle support enhancement

(#598) Adds support for fetching dependencies with Gradle projects.
(#599) Adds support for downloading dependency sources.

  • This implementation assumes that there is a Gradle wrapper included in the project, otherwise it is not possible to know which Gradle version is needed.
  • To maximize compatibility with most Gradle versions, JDK8 must be used. There are a number of ways to specify this on newer Gradle versions, but for older versions the only thing that seems to work is setting JAVA_HOME.

❗ This PR supersedes #591

🟢 Tested against https://github.com/andyjduncan/gradle-example and https://github.com/kissaten/gradle-multi-project-example

@jmle jmle force-pushed the gradle-support-sources branch from fb27418 to 634445f Compare May 23, 2024 10:50
@jmle jmle mentioned this pull request May 23, 2024
jmle added 16 commits May 29, 2024 16:51
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
@jmle jmle force-pushed the gradle-support-sources branch from 32e5ac5 to dd44352 Compare May 29, 2024 14:55
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
@jmle jmle force-pushed the gradle-support-sources branch from bce4782 to 422a5fa Compare May 31, 2024 09:22
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.

3 participants