Skip to content

Commit

Permalink
Excavator: Upgrades Baseline to the latest version (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored and bulldozer-bot[bot] committed Oct 15, 2019
1 parent 28e4241 commit ceb4fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
classpath 'com.netflix.nebula:nebula-publishing-plugin:14.0.0'
classpath 'com.netflix.nebula:gradle-info-plugin:5.1.1'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:1.12.4'
classpath 'com.palantir.baseline:gradle-baseline-java:2.17.0'
classpath 'com.palantir.baseline:gradle-baseline-java:2.20.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.12.2'
classpath 'gradle.plugin.org.inferred:gradle-processors:3.1.0'
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ private static void configureUsingConstraints(
locksConf.setVisible(false);
locksConf.setCanBeConsumed(false);
locksConf.setCanBeResolved(false);
lockConstraints.stream().forEach(locksConf.getDependencyConstraints()::add);
lockConstraints.forEach(locksConf.getDependencyConstraints()::add);
});

Set<Configuration> configurationsToLock = lockedConfigurations.allConfigurations();
Expand Down

0 comments on commit ceb4fe5

Please sign in to comment.