Skip to content

Commit 0a8c6eb

Browse files
committed
fix java 7 compatibility
1 parent 9fd91fc commit 0a8c6eb

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.1.2 (2015-07-29)
2+
* Fix java 7 build compatibility
3+
14
### 1.1.1 (2015-07-29)
25
* Update gradle 2.4 -> 2.5
36
* Update checkstyle 6.7 -> 6.8.1 (with compatibility fix)
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-lib-java",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Java library project generator, hosted on github, build with gradle and published to bintray and maven central",
55
"license": "MIT",
66
"main": "app/index.js",

0 commit comments

Comments
 (0)