@@ -137,7 +137,7 @@ And now for the dependency
137
137
<dependency>
138
138
<groupId>synapticloop</groupId>
139
139
<artifactId>backblaze-b2-java-api</artifactId>
140
- <version>v1.1.0 </version>
140
+ <version>v1.1.1 </version>
141
141
<type>jar</type>
142
142
</dependency>
143
143
@@ -160,15 +160,15 @@ Repository
160
160
161
161
and then include the dependency:
162
162
163
- runtime(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.1.0 ', ext: 'jar')
163
+ runtime(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.1.1 ', ext: 'jar')
164
164
165
- compile(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.1.0 ', ext: 'jar')
165
+ compile(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.1.1 ', ext: 'jar')
166
166
167
- or
167
+ or, more simply for later versions of gradle
168
168
169
- runtime 'synapticloop:backblaze-b2-java-api:v1.1.0 '
169
+ runtime 'synapticloop:backblaze-b2-java-api:v1.1.1 '
170
170
171
- compile 'synapticloop:backblaze-b2-java-api:v1.1.0 '
171
+ compile 'synapticloop:backblaze-b2-java-api:v1.1.1 '
172
172
173
173
## Other
174
174
@@ -181,9 +181,9 @@ You will also need the dependencies:
181
181
- runtime 'org.json:json:20090211'
182
182
- runtime 'org.slf4j:slf4j-api:1.7.13'
183
183
184
- which can be found by searching here: [ http://mvnrepository.com/ ] ( http://mvnrepository.com/ )
184
+ which can be found by searching here: [ http://mvnrepository.com/ ] ( http://mvnrepository.com/ ) (and you may need to download their dependencies in turn)
185
185
186
- # Running the Tests
186
+ # Building the Package
187
187
188
188
` gradlew build `
189
189
@@ -193,7 +193,7 @@ Note that this will also run all of the tests (see notes below)
193
193
194
194
# Running the Tests
195
195
196
- ` gradlew --info test`
196
+ ` gradle --info test`
197
197
198
198
Which will also print out the logging
199
199
0 commit comments