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

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrichard committed Jul 28, 2017
1 parent a00f239 commit 9716564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.1.0-SNAPSHOT'
version = '0.1.0'

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down

0 comments on commit 9716564

Please sign in to comment.