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 5daccfa commit cf466eaCopy full SHA for cf466ea
build.gradle
@@ -23,7 +23,7 @@ apply plugin: 'bintray-p2'
23
24
group 'org.contextmapper'
25
26
-sourceCompatibility = 11
+sourceCompatibility = 1.8
27
28
if (!project.hasProperty('signing.secretKeyRingFile')) {
29
project.ext.'signing.secretKeyRingFile' = "${rootDir}/secret-key.gpg"
0 commit comments