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

Commit d2cf41b

Browse files
committed
Fixed whitespace in build.gradle
1 parent 162a1d2 commit d2cf41b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

AndroidTest/app/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,3 @@ def convertTestSysPropsToHash (){
145145
"}"
146146

147147
}
148-

cloudant-sync-datastore-core/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.1.1'
88
compile group: 'commons-codec', name: 'commons-codec', version:'1.10'
99
compile group: 'commons-io', name: 'commons-io', version:'2.4'
10-
10+
1111
testCompile group: 'org.hamcrest', name: 'hamcrest-all', version:'1.3'
1212
testCompile group: 'junit', name: 'junit', version:'4.11'
1313
testCompile group: 'org.mockito', name: 'mockito-all', version:'1.9.5'
@@ -90,7 +90,7 @@ task unreliableNetworkTest(type: Test, dependsOn: testClasses) {
9090
// connections and the toxicity probabilities don't apply as we expect
9191
systemProperty "http.keepAlive", false
9292
// ensure proxy is running!
93-
filter {
93+
filter {
9494
includeTestsMatching "com.cloudant.sync.internal.replication.Unreliable*.*"
9595
}
9696
}
@@ -128,7 +128,7 @@ uploadArchives {
128128

129129
sourceSets {
130130
tools {
131-
java
131+
java
132132
}
133133
}
134134

0 commit comments

Comments
 (0)