Skip to content

Commit

Permalink
prepared next release version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed Aug 30, 2015
1 parent c368e5d commit 1f8f3e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Expand Up @@ -8,10 +8,9 @@ plugins {
id 'com.gradle.plugin-publish' version '0.9.0'
}


description = 'Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD)'
group = 'de.aaschmid.gradle.plugins'
version = '0.5-SNAPSHOT'
version = '0.5'

ext {
isBuildOnJenkins = System.getenv('BUILD_TAG')?.startsWith('jenkins-') ?: false
Expand Down

0 comments on commit 1f8f3e8

Please sign in to comment.