Skip to content

Commit

Permalink
Disable AWS SDK v1 warning [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Jan 19, 2025
1 parent 46571eb commit cd00a26
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ class AmazonPlugin extends BasePlugin {
@Override
void start() {
super.start()
// disable aws sdk v1 warning
System.setProperty("aws.java.v1.disableDeprecationAnnouncement", "true")
FileHelper.getOrInstallProvider(S3FileSystemProvider)
}

Expand Down

0 comments on commit cd00a26

Please sign in to comment.