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

Support Gradle version catalog, configuration cache and lazy tasks #2161

Merged
merged 6 commits into from
Aug 28, 2023

Conversation

yahavi
Copy link
Member

@yahavi yahavi commented Aug 24, 2023

  • All tests have passed. If this feature is not already covered by the tests, new tests have been added.
  • The pull request is targeting the dev branch.
  • The code has been validated to compile successfully by running go vet ./....
  • The code has been formatted properly using go fmt ./....

Use Gradle Artifactory plugin v5 when running the build with Gradle >= 6.8.1.
This allows the Gradle build to enjoy the following benefits:

  1. Faster builds with Lazy tasks
  2. Support downloading from Artifactory when using Version Catalog
  3. Support Configuration Cache.

You can find further information about Gradle Artifactory plugin version 5 in the specialized repository located at https://github.com/jfrog/artifactory-gradle-plugin.

@yahavi yahavi added the new feature Automatically generated release notes label Aug 24, 2023
@yahavi yahavi self-assigned this Aug 24, 2023
@yahavi yahavi added the safe to test Approve running integration tests on a pull request label Aug 24, 2023
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Aug 24, 2023
@yahavi yahavi added the safe to test Approve running integration tests on a pull request label Aug 24, 2023
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Aug 24, 2023
@yahavi yahavi added the safe to test Approve running integration tests on a pull request label Aug 24, 2023
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Aug 24, 2023
@yahavi yahavi marked this pull request as ready for review August 25, 2023 05:16
@yahavi yahavi marked this pull request as draft August 25, 2023 05:29
@yahavi yahavi added the safe to test Approve running integration tests on a pull request label Aug 28, 2023
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Aug 28, 2023
@yahavi yahavi added the safe to test Approve running integration tests on a pull request label Aug 28, 2023
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Aug 28, 2023
@yahavi yahavi added the safe to test Approve running integration tests on a pull request label Aug 28, 2023
@yahavi yahavi marked this pull request as ready for review August 28, 2023 14:15
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Aug 28, 2023
@yahavi yahavi added the safe to test Approve running integration tests on a pull request label Aug 28, 2023
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Aug 28, 2023
@yahavi yahavi changed the title Use Gradle Artifactory plugin 5 on Gradle >= 6.8.1 Support Gradle version catalog, configuration cache and lazy tasks Aug 28, 2023
@yahavi yahavi merged commit d71026b into jfrog:dev Aug 28, 2023
55 of 59 checks passed
@yahavi yahavi deleted the gradle-extractor-5 branch August 28, 2023 17:26
@eyalbe4 eyalbe4 added improvement Automatically generated release notes and removed new feature Automatically generated release notes labels Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Automatically generated release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants