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 29decf6 commit 3a4e053Copy full SHA for 3a4e053
VERSION
@@ -1 +1 @@
1
-0.5.2
+0.5.3-SNAPSHOT
gradle.properties
@@ -1,4 +1,8 @@
group = com.redis
2
+sourceCompatibility = 1.8
3
+targetCompatibility = 1.8
4
+testSourceCompatibility = 11
5
+testTargetCompatibility = 11
6
reproducibleBuild = true
7
8
dependencyPluginVersion = 1.1.4
0 commit comments