Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Excavator: Ensure consistent gradle/publish-(jar|dist).gradle files
  • Loading branch information
svc-excavator-bot committed Jan 22, 2020
commit f60c6d59362e3608eae9490df39f2bd787c6192b
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ buildscript {
}

dependencies {
classpath 'com.netflix.nebula:gradle-info-plugin:5.2.0'
classpath 'com.netflix.nebula:nebula-publishing-plugin:14.1.1'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:0.15.0'
classpath 'com.palantir.baseline:gradle-baseline-java:0.50.0'
classpath 'com.palantir.gradle.conjure:gradle-conjure:4.7.2'
Expand Down