Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonabc committed Feb 21, 2023
1 parent 81be51a commit 24cde3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/licensed/sources/gradle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def run(command)

def create_init_script(configurations)
# we need to create extensions in the event that the user hasn't configured custom configurations
# to avoid hitting errors where core Gradle configurations are set with canBeResolved=false
# to avoid hitting errors where core Gradle configurations are set with canBeResolved=false
configuration_map = configurations.map { |c| [c, "licensed#{c}"] }.to_h
configuration_dsl = configuration_map.map { |orig, custom| "#{custom}.extendsFrom(#{orig})" }

Expand Down

0 comments on commit 24cde3b

Please sign in to comment.