Skip to content

Commit

Permalink
Merge 5f6369c into fe53f61
Browse files Browse the repository at this point in the history
  • Loading branch information
OdysseusLives committed Jul 14, 2020
2 parents fe53f61 + 5f6369c commit f6ff7ad
Show file tree
Hide file tree
Showing 6 changed files with 586 additions and 327 deletions.

This file was deleted.

Expand Up @@ -19,5 +19,5 @@ class DependencyResolutionVerifierExtension {
boolean shouldFailTheBuild = true
Set<String> configurationsToExclude = [] as Set
String missingVersionsMessageAddition = ''
Set<String> tasksToExclude = ['clean', 'help'] as Set
Set<String> tasksToExclude = [] as Set
}
Expand Up @@ -75,7 +75,7 @@ class DependencyLockPlugin : Plugin<Project> {
/* MigrateToCoreLocks can be involved with migrating dependencies that were previously unlocked.
Verifying resolution based on the base lockfiles causes a `LockOutOfDateException` from the initial DependencyLockingArtifactVisitor state
*/
DependencyResolutionVerifier.verifySuccessfulResolution(project)
DependencyResolutionVerifier().verifySuccessfulResolution(project)
}

val extension = project.extensions.create(EXTENSION_NAME, DependencyLockExtension::class.java)
Expand Down

0 comments on commit f6ff7ad

Please sign in to comment.