Skip to content

Commit

Permalink
Cleaned up files
Browse files Browse the repository at this point in the history
Change-Id: I080ed7901ed0bec965187054c0a63ea2e849ad32
  • Loading branch information
crr committed Jan 15, 2015
1 parent b32159c commit 5f2a3b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .cfignore

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
launchConfigurations/
.git/
.gradle/
build/
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ defaultTasks 'clean', 'jar'

group = 'com.ibm.urbancode.plugins'
archivesBaseName = 'groovy-plugin-utils'
version = scmVersion.version //'1.0' + ((hasProperty('snapshot') && snapshot == 'false') ? '' : '-SNAPSHOT')
version = scmVersion.version

ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
jar.archiveName "${archivesBaseName}-${version}.jar"

def username = hasProperty('ossrhUsername') ? ossrhUsername : ''
Expand Down
1 change: 0 additions & 1 deletion project.json

This file was deleted.

0 comments on commit 5f2a3b0

Please sign in to comment.