Skip to content

Commit

Permalink
remove DEFAULT_NON_LOCKABLE_CONFIGURATIONS as they are not used
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Oct 14, 2019
1 parent 7f8991b commit ef6cb8d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class GenerateLockTask extends AbstractLockTask {
private String WRITE_CORE_LOCK_TASK_TO_RUN = "`./gradlew dependencies --write-locks`"
private String MIGRATE_TO_CORE_LOCK_TASK_NAME = "migrateToCoreLocks"
private static final Logger LOGGER = Logging.getLogger(GenerateLockTask)
private static final List<String> DEFAULT_NON_LOCKABLE_CONFIGURATIONS = ['zinc']

@Internal
String description = 'Create a lock file in build/<configured name>'
Expand Down

0 comments on commit ef6cb8d

Please sign in to comment.