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

Commit

Permalink
using latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed Jan 5, 2018
1 parent 2640a3d commit cf3ef25
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
12 changes: 9 additions & 3 deletions .gitignore
@@ -1,6 +1,12 @@
.project
.classpath
# operating system
.DS_Store

# ide
.settings/
.gradle/
.classpath
.project
bin/

# build tool
.gradle/
build/
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -11,11 +11,11 @@ plugins {
id 'groovy'
}

version = '0.4.0-SNAPSHOT'
version = '0.4.0'

apply plugin: 'com.blackducksoftware.integration.library'

dependencies {
compile 'com.blackducksoftware.integration:integration-common:8.1.0'
compile 'com.blackducksoftware.integration:integration-common:8.2.0'
compile gradleApi()
}
2 changes: 0 additions & 2 deletions gradle.properties

This file was deleted.

0 comments on commit cf3ef25

Please sign in to comment.