-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
upgrade to Gradle 7.2 #7070
Merged
Merged
upgrade to Gradle 7.2 #7070
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
920d970
upgrade to gradle 7.2
jrhizor c79f92e
get build working with gradle 7.2
jrhizor d95c249
fix build
jrhizor 3832ea4
fix connector build?
jrhizor 64f47ec
EXCLUDE distTar and switch includes to excludes
jrhizor b0f4704
switch back to includes
jrhizor ace96ba
temporarily try to adjust properties
jrhizor 699e2c3
Merge branch 'master' into jrhizor/gradle72
jrhizor fb31a82
don't know why this was modified
jrhizor 12916c9
revert spotless upgrade
jrhizor 2d87c31
upgrade gradle node (better arm support it says)
jrhizor 70ce6a6
add back in Xss since we are getting StackOverflowError without it
jrhizor f3748cd
revert bad spotless fmt
jrhizor cf4ea4b
fix acceptance tests duplicates strategy
jrhizor 27bd923
add zip for jdbc includes
jrhizor e1a1e37
check if this helps for java connectors
jrhizor 6cc463c
remove accidental commit
jrhizor c379e45
remove redundant
jrhizor e8ab166
fix warning explosion
jrhizor 90893f5
oops
jrhizor 78ab1b2
override gradle.properties
jrhizor e1bea89
remove set-env
jrhizor 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
fix warning explosion
- Loading branch information
commit e8ab166b81ee28e88a358bb07288d24372a54f0b
There are no files selected for viewing
217 changes: 0 additions & 217 deletions
217
airbyte-integrations/bases/airbyte-protocol/airbyte_protocol/models/airbyte_protocol.py
This file was deleted.
Oops, something went wrong.
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is used for the Docker hash tracking. Since this is a non-standard caching-related input, all subprojects that do
airbyteDocker
use this. If it's treated as an input we get a ton of implicit dependency warnings. Since it's actually an internal value not an input, we can change this here and remove the warnings. The value is still used for the up to date check so the behavior should be the same.