Skip to content

Commit

Permalink
Merge pull request #170 from nebula-plugins/lock_default_configuration
Browse files Browse the repository at this point in the history
Core locks: lock the 'default' configuration
  • Loading branch information
OdysseusLives committed Jul 9, 2019
2 parents f9e1a97 + 7896e92 commit a190517
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class ConfigurationsToLockFinder {
def baseConfigurations = [
'annotationProcessor',
'compileClasspath',
'default',
'runtimeClasspath'
]
baseConfigurations.addAll(additionalBaseConfigurationsToLock)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class DependencyLockPluginWithCoreSpec extends IntegrationTestKitSpec {
'compile.lockfile',
'compileClasspath.lockfile',
'compileOnly.lockfile',
'default.lockfile',
'runtime.lockfile',
'runtimeClasspath.lockfile',
'testAnnotationProcessor.lockfile',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class MigrateToCoreLocksTaskSpec extends IntegrationTestKitSpec {
'compile.lockfile',
'compileClasspath.lockfile',
'compileOnly.lockfile',
'default.lockfile',
'runtime.lockfile',
'runtimeClasspath.lockfile',
'testAnnotationProcessor.lockfile',
Expand Down

0 comments on commit a190517

Please sign in to comment.