Skip to content

Commit

Permalink
Remove amazon-web-services and kinesis folders + settings.gradle clea…
Browse files Browse the repository at this point in the history
…nup (#33456)

* Remove amazon-web-services and kinesis folders + settings.gradle cleanup

* remove aws v1 from settings

* move BeamModulePlugin reference to v2
  • Loading branch information
damccorm authored Dec 30, 2024
1 parent 9b09eda commit 7800360
Show file tree
Hide file tree
Showing 123 changed files with 1 addition and 19,632 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2200,7 +2200,7 @@ class BeamModulePlugin implements Plugin<Project> {

/* include dependencies required by AWS S3 */
if (filesystem?.equalsIgnoreCase('s3')) {
testRuntimeOnly it.project(path: ":sdks:java:io:amazon-web-services", configuration: "testRuntimeMigration")
testRuntimeOnly it.project(path: ":sdks:java:io:amazon-web-services2", configuration: "testRuntimeMigration")
}
}
project.task('packageIntegrationTests', type: Jar)
Expand Down
74 changes: 0 additions & 74 deletions sdks/java/io/amazon-web-services/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7800360

Please sign in to comment.