8000 Fallback to older API in an older version of Gradle by paxbun · Pull Request #118 · gobley/gobley · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fallback to older API in an older version of Gradle #118

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Copy link
Contributor
@paxbun paxbun commented Apr 26, 2025

Changes

  • Added a private extension property, ProjectDependency.versionCompatiblePath, which calls ProjectDependency.path only when the current Gradle version is 8.11 or higher. For versions lower than 8.11, it calls ProjectDependency.dependencyProject.path.

Testing

Ignore this field if this PR does not change the functionality of the source
code (e.g., documentation typo correction) or fixes a minor bug.

If you've added unit tests for your changes, please list the names of the unit
tests here. If they're hard to manage by automation, please describe the
procedure to reproduce the test result. If you need to modify some code just
to do the test, please put the diff of that modification here.

UNIT TEST NAMES OR TEST PROCEDURES HERE

Issues Fixed

If you're going to tackle an unreported bug, please file a new issue so we can
discuss it in detail. If you think the bug is too minor to make a separate
issue for it, please ignore this field.

Fixes: #ISSUE NUMBER

@paxbun paxbun added the gradle Related to the Gradle plugins label Apr 26, 2025
@paxbun paxbun changed the title Fallback to older API with an older version of Gradle Fallback to older API in an older version of Gradle Apr 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gradle Related to the Gradle plugins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0