-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: make FileTasksV2 compatible with gradle 9 #4478
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
ldetmer
wants to merge
28
commits into
master
Choose a base branch
from
gradle9-compat
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 8 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
28081e5
attempt at gradle 9 + backward compat
ldetmer aa4dbc7
revert to backwards compatible
ldetmer 80d3ace
revert to backwards compatible
ldetmer e4b13b3
revert to backwards compatible
ldetmer 09e255d
revert to backwards compatible
ldetmer 06f7473
pulled in changes from PR 4472
ldetmer a9d4a11
add unit test just for the 1 gradle 9
ldetmer b21ba70
fix gradle version referenced
ldetmer 623a70d
update gradle version
ldetmer 4b36d8d
fixed to compile with gradle 9
ldetmer ca05b16
revert changes to gradle-wrapper.properties
ldetmer d2b24d8
working with gradle 6 + java 8
ldetmer 1e1fcf5
think is backwards compatible
ldetmer 6492713
revert unncessary build changes
ldetmer bef8198
removed unnecessary plugin manipulation
ldetmer c621d08
removed extra space
ldetmer 0317851
revert unnecessary gradle changes
ldetmer b7fa208
fix permission issue
ldetmer 3550d4c
update reflection exceptions to use ReflectiveOperationException
ldetmer e30530d
update multi project test to use current gradle version to be able to…
ldetmer ab00e82
force to use 9.0 if running gradle version higher than 9
ldetmer 0aabca1
revert unncessary changes
ldetmer ee3fbba
reverted unintended changes
ldetmer 6ed7258
fix formatting
ldetmer e637b69
slight cleanup refactor
ldetmer 4fbe870
match up wtih latest code
ldetmer 22a0f35
added more robust logic to determining error in gradle version
ldetmer c40b32b
fix formatting
ldetmer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.2-bin.zip | ||
| networkTimeout=10000 | ||
| validateDistributionUrl=true | ||
| zipStoreBase=GRADLE_USER_HOME | ||
| zipStorePath=wrapper/dists |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.