-
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
gradle: fix repo wide behaviour #30607
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
fd07a1e
gradle: remove dead pmd tasks
acb46c2
gradle: make integrationTest more like test
121f715
gradle: fix integration+performanceTest dependencies
bc3cfcf
gradle: remove python connectors from gradle, if supported by airbyte-ci
2592656
gradle: get compileJava to succeed
a8a7fbc
gradle: get compileTestJava to succeed
dc9dbed
gradle: get compileIntegrationTestJavaJava to pass
bdde958
gradle: silence useless gradle warning
4eb1e9d
gradle: get check -x test -x unitTests to pass
e017d6b
gradle: begin retiring SUB_BUILD
82bccad
gradle: 'repositories' cleanup
ed66d67
gradle: clean up included projects in settings.gradle
4ea500f
gradle: get assemble to work
dabc804
gradle: speed up 'tasks' task
02d5090
gradle: per-project format tasks to check or apply formatting rules
2a96140
gradle: disable flake checks in 'check'
2d0ff3a
gradle: disable S3 cache outside of github or EC2 worker
f2a96d0
gradle: add skipSlowTests property
b01ff84
gradleize destination-duckdb to fix missing dependencies
84c4c68
gradle: get 'check -DskipSlowTests=true' to pass
212c03b
.github: do gradle check in CI, revamp gradle.yml
b20dd88
Merge branch 'master' into fix-repo-wide-gradle-behaviour
0de37a0
gradle: silence noise about build cache absence
699900f
gradle: fix generateSourceTestDocs task
b25dd97
gradle: get sources to compile after CDK merge
b3b83b4
apply gradle format
d1a773d
gradle: fix skipSlowTests property
64637a7
gradle: set useLocalCdk = true for a couple of unmaintained connectors
fffae27
gradle: better clean
ee202d6
airbyte-ci: fix unit testfollowing CDK merge
c449d7d
gradle: bump node and npm version numbers for spotlessStyling
16e6125
Revert "apply gradle format"
7c7b047
Merge branch 'master' into fix-repo-wide-gradle-behaviour
9d4d8d6
apply gradle format
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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.
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.
👍