Skip to content

Commit

Permalink
Revert "Test issue with jruby"
Browse files Browse the repository at this point in the history
This reverts commit 4e89ac5.
  • Loading branch information
alextwoods committed Aug 9, 2024
1 parent 4e89ac5 commit 4039288
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gems/aws-sdk-core/lib/aws-sdk-sso.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
require 'aws-sigv4'
end

if Aws.autoload?(:SSO)
puts "Current autoload: \t#{Aws.autoload?(:SSO)}"
puts "And FILE: #{__FILE__}"
if !defined?(JRUBY_VERSION) && Aws.autoload?(:SSO)
Aws.autoload(:SSO, __FILE__)
end

Expand Down

0 comments on commit 4039288

Please sign in to comment.