Skip to content

Commit

Permalink
Exclude floating dependency from grgit-publish
Browse files Browse the repository at this point in the history
Was pulling in 5.0.0-rc.1 which required java 11
  • Loading branch information
tgianos committed Feb 9, 2022
1 parent e558009 commit 3a23b13
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ buildscript {

dependencies {
classpath "com.netflix.nebula:gradle-aggregate-javadocs-plugin:3.0.1"
classpath("org.ajoberstar:gradle-git-publish:3.0.0") {
exclude module: "grgit-core"
}
}
}

plugins {
id "com.github.kt3k.coveralls" version "2.12.0"
id "nebula.netflixoss" version "10.3.0"
id "org.ajoberstar.grgit" version "4.1.0"
id "org.ajoberstar.git-publish" version "3.0.0"
id "org.ajoberstar.grgit" version "4.1.1"
id "org.springframework.boot" version "${spring_boot_version}" apply false
id "org.asciidoctor.jvm.convert" version "3.3.2" apply false
id "com.gorylenko.gradle-git-properties" version "2.3.1" apply false
Expand All @@ -27,6 +29,7 @@ plugins {
}

apply plugin: "nebula-aggregate-javadocs"
apply plugin: "org.ajoberstar.git-publish"

ext.githubProjectName = rootProject.name

Expand Down

0 comments on commit 3a23b13

Please sign in to comment.