Skip to content

Commit

Permalink
using latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ekerwin committed Jul 26, 2018
1 parent 031e998 commit 5e73808
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
dependencies { classpath "com.blackducksoftware.integration:common-gradle-plugin:0.0.+" }
}

version = '15.0.1-SNAPSHOT'
version = '15.0.1'

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

Expand All @@ -17,7 +17,7 @@ versionFile.delete()
versionFile << version

dependencies {
compile 'com.blackducksoftware.integration:integration-common:11.1.1'
compile 'com.blackducksoftware.integration:integration-common:11.2.0'

testCompile 'org.mockito:mockito-core:2.18.3'
testCompile 'org.skyscreamer:jsonassert:1.5.0'
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
1 change: 0 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#Tue Jan 02 16:49:56 EST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down
6 changes: 3 additions & 3 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"

warn ( ) {
warn () {
echo "$*"
}

die ( ) {
die () {
echo
echo "$*"
echo
Expand Down Expand Up @@ -155,7 +155,7 @@ if $cygwin ; then
fi

# Escape application args
save ( ) {
save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.0.0
15.0.1-SNAPSHOT

0 comments on commit 5e73808

Please sign in to comment.