Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 9ea93a1

Browse files
SynapticloopSynapticloop
Synapticloop
authored and
Synapticloop
committed
merge pr 10, documentr plugin added
1 parent 7d74ac9 commit 9ea93a1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ And now for the dependency
226226
<dependency>
227227
<groupId>synapticloop</groupId>
228228
<artifactId>backblaze-b2-java-api</artifactId>
229-
<version>v1.2.3</version>
229+
<version>v1.2.4</version>
230230
<type>jar</type>
231231
</dependency>
232232
```
@@ -256,19 +256,19 @@ and then include the dependency:
256256

257257
```
258258
dependencies {
259-
runtime(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.2.3', ext: 'jar')
259+
runtime(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.2.4', ext: 'jar')
260260
261-
compile(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.2.3', ext: 'jar')
261+
compile(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.2.4', ext: 'jar')
262262
}
263263
```
264264

265265
or, more simply for versions of gradle greater than 2.4
266266

267267
```
268268
dependencies {
269-
runtime 'synapticloop:backblaze-b2-java-api:v1.2.3'
269+
runtime 'synapticloop:backblaze-b2-java-api:v1.2.4'
270270
271-
compile 'synapticloop:backblaze-b2-java-api:v1.2.3'
271+
compile 'synapticloop:backblaze-b2-java-api:v1.2.4'
272272
}
273273
```
274274

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ plugins {
66
id 'net.saliman.cobertura' version '2.3.0'
77
id "com.jfrog.bintray" version "1.6"
88
id 'co.riiid.gradle' version '0.4.2'
9+
id 'synapticloop.documentr' version 'v1.1.6'
910
}
1011

1112
group = 'synapticloop'
1213
archivesBaseName = 'backblaze-b2-java-api'
1314
description = """A java api for the truly excellent backblaze b2 storage service"""
1415

15-
version = 'v1.2.3'
16+
version = 'v1.2.4'
1617

1718
sourceCompatibility = 1.7
1819
targetCompatibility = 1.7

0 commit comments

Comments
 (0)