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 ec62830 commit 9954c37Copy full SHA for 9954c37
1 file changed
build.gradle
@@ -15,8 +15,8 @@ if (JavaVersion.current().isJava8Compatible()) {
15
allprojects {
16
17
ext {
18
- isSnapshot = false
19
- fjBaseVersion = "4.2"
+ isSnapshot = true
+ fjBaseVersion = "4.3"
20
21
snapshotAppendix = "-SNAPSHOT"
22
fjVersion = fjBaseVersion + (isSnapshot ? snapshotAppendix : "")
0 commit comments