Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
using latest bdio
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed May 10, 2017
1 parent 8e052f7 commit ce7e62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -7,7 +7,7 @@ tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }
tasks.withType(GroovyCompile) { options.encoding = 'UTF-8' }

group = 'com.blackducksoftware.integration'
version = '0.0.4-SNAPSHOT'
version = '0.0.4'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down Expand Up @@ -94,7 +94,7 @@ signing {
}

dependencies {
compile 'com.blackducksoftware.integration:integration-bdio:2.0.1'
compile 'com.blackducksoftware.integration:integration-bdio:2.0.2'

compile gradleApi()
}

0 comments on commit ce7e62f

Please sign in to comment.