Skip to content

Commit

Permalink
Merge pull request #37 from IntershopCommunicationsAG/updateconn
Browse files Browse the repository at this point in the history
update jira connector (remove deprecation)
  • Loading branch information
m-raab authored Nov 10, 2019
2 parents 24c69cf + f468116 commit 3d9f2f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ if (project.version.toString().endsWith("-SNAPSHOT")) {

tasks {
withType<Test>().configureEach {
systemProperty("intershop.gradle.versions", "5.6.3")
systemProperty("intershop.gradle.versions", "5.6.3, 6.0")
}

val copyAsciiDoc = register<Copy>("copyAsciiDoc") {
Expand Down Expand Up @@ -256,7 +256,7 @@ bintray {
}

dependencies {
implementation("com.intershop.gradle.jiraconnector:jiraconnector-gradle-plugin:5.1.0")
implementation("com.intershop.gradle.jiraconnector:jiraconnector-gradle-plugin:5.1.1")

implementation("org.jfrog.buildinfo:build-info-extractor-gradle:4.10.0") {
exclude(module = "groovy-all")
Expand Down

0 comments on commit 3d9f2f3

Please sign in to comment.