Skip to content

Commit 9e3ae18

Browse files
committed
3.2.1 snapshot to support Java 6
1 parent 684322f commit 9e3ae18

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ext {
77
allprojects {
88
ext {
99
isSnapshot = true
10-
fjBaseVersion = "3.3"
10+
fjBaseVersion = "3.2.1"
1111

1212
snapshotAppendix = "-SNAPSHOT"
1313
fjVersion = fjBaseVersion + (isSnapshot ? snapshotAppendix : "")

core/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ apply plugin: 'maven'
55

66
defaultTasks 'build'
77

8+
sourceCompatibility = "1.6"
9+
targetCompatibility = "1.6"
10+
811
jar {
912
baseName project.projectName
1013
version project.fjVersion

0 commit comments

Comments
 (0)