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

Commit 0929d7e

Browse files
SynapticloopSynapticloop
authored andcommitted
documentr plugin update - java 7 version
1 parent 9ea93a1 commit 0929d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +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'
9+
id 'synapticloop.documentr' version 'v1.1.7'
1010
}
1111

1212
group = 'synapticloop'
1313
archivesBaseName = 'backblaze-b2-java-api'
1414
description = """A java api for the truly excellent backblaze b2 storage service"""
1515

16-
version = 'v1.2.4'
16+
version = 'v1.2.5'
1717

1818
sourceCompatibility = 1.7
1919
targetCompatibility = 1.7

0 commit comments

Comments
 (0)