Skip to content

Commit

Permalink
Upgrade various Gradle Plugins to their latest versions
Browse files Browse the repository at this point in the history
Several of these said they needed to update for Gradle 5.x

- gradle-netflixoss-project-plugin (7.0.0 -> 7.1.0)
- grgit-gradle (3.0.0-beta.1 -> 3.0.0)
- gradle-git-publish (1.0.1 -> 2.0.0)
- asciidoctor-gradle-plugin (1.5.8 -> 1.5.9.2)
- protobuf-gradle-plugin (0.8.5 -> 0.8.8)
- spotbugs-gradle-plugin (1.6.6 -> 1.6.9)
  • Loading branch information
tgianos committed Jan 24, 2019
1 parent b8e0632 commit 69eb0db
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ buildscript {

dependencies {
classpath "org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.2"
classpath "com.netflix.nebula:gradle-netflixoss-project-plugin:7.0.0"
classpath "org.ajoberstar.grgit:grgit-gradle:3.0.0-beta.1"
classpath "org.ajoberstar:gradle-git-publish:1.0.1"
classpath "com.netflix.nebula:gradle-netflixoss-project-plugin:7.1.0"
classpath "org.ajoberstar.grgit:grgit-gradle:3.0.0"
classpath "org.ajoberstar:gradle-git-publish:2.0.0"
classpath "org.springframework.boot:spring-boot-gradle-plugin:${spring_boot_version}"
classpath "org.asciidoctor:asciidoctor-gradle-plugin:1.5.8"
classpath "gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:1.5.2"
classpath "org.asciidoctor:asciidoctor-gradle-plugin:1.5.9.2"
classpath "gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:2.0.0"
classpath "com.netflix.nebula:gradle-aggregate-javadocs-plugin:3.0.1"
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.5"
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.8"
classpath "io.franzbecker:gradle-lombok:1.14"
classpath "com.moowork.gradle:gradle-node-plugin:1.2.0"
classpath "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:1.6.6"
classpath "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:1.6.9"
}
}

Expand Down

0 comments on commit 69eb0db

Please sign in to comment.