Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari Kamen authored Dec 22, 2017
1 parent b42b716 commit 11ca0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tasks.withType(GroovyCompile) { options.encoding = 'UTF-8' }

group = 'com.blackducksoftware.integration'

version = '2.4.1-SNAPSHOT'
version = '2.4.1'

final def versionFile = new File("${projectDir}/src/main/resources/version.txt")
versionFile.delete()
Expand Down

0 comments on commit 11ca0ae

Please sign in to comment.