Skip to content

Commit

Permalink
Excavator: Upgrades Baseline to the latest version (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Mar 17, 2023
1 parent 7b366ea commit dfc5f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.12.0'
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.28.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.12.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.188.0'
classpath 'com.palantir.baseline:gradle-baseline-java:5.0.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:2.0.0'
classpath 'gradle.plugin.org.inferred:gradle-processors:3.7.0'
classpath 'com.gradle.publish:plugin-publish-plugin:1.1.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public final class PalantirCaPlugin implements Plugin<Project> {
private Project rootProject;
private PalantirCaExtension extension;

@Override
public void apply(Project possibleRootProject) {
if (possibleRootProject.getRootProject() != possibleRootProject) {
throw new IllegalArgumentException(
Expand Down

0 comments on commit dfc5f6a

Please sign in to comment.