We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684322f commit 9e3ae18Copy full SHA for 9e3ae18
build.gradle
@@ -7,7 +7,7 @@ ext {
7
allprojects {
8
ext {
9
isSnapshot = true
10
- fjBaseVersion = "3.3"
+ fjBaseVersion = "3.2.1"
11
12
snapshotAppendix = "-SNAPSHOT"
13
fjVersion = fjBaseVersion + (isSnapshot ? snapshotAppendix : "")
core/build.gradle
@@ -5,6 +5,9 @@ apply plugin: 'maven'
5
6
defaultTasks 'build'
+sourceCompatibility = "1.6"
+targetCompatibility = "1.6"
+
jar {
baseName project.projectName
version project.fjVersion
0 commit comments