Skip to content

Commit

Permalink
Fix internal properties that were marked as inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Sep 14, 2019
1 parent 2ec98a5 commit 128a0a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ class DiffLockTask extends AbstractLockTask {
@Optional
File existingLockFile

@InputFile
@Optional
@Internal
File updatedLockFile

@OutputDirectory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@ class GenerateLockTask extends AbstractLockTask {
@Internal
String description = 'Create a lock file in build/<configured name>'

@Input
@Optional
@Internal
Collection<Configuration> configurations = []

@Input
@Optional
@Internal
Set<String> configurationNames

@Internal
Expand All @@ -61,8 +59,7 @@ class GenerateLockTask extends AbstractLockTask {
@Internal
File dependenciesLock

@Input
@Optional
@Internal
Map<String, String> overrides

@Input
Expand Down

0 comments on commit 128a0a2

Please sign in to comment.