We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9298eee commit 0e7c2ebCopy full SHA for 0e7c2eb
build.gradle
@@ -83,8 +83,10 @@ if(hasProperty('target') && target == 'android') {
83
apply plugin: 'java'
84
apply plugin: 'maven-publish'
85
86
- sourceCompatibility = JavaVersion.VERSION_1_8
87
- targetCompatibility = JavaVersion.VERSION_1_8
+ java {
+ sourceCompatibility = JavaVersion.VERSION_1_8
88
+ targetCompatibility = JavaVersion.VERSION_1_8
89
+ }
90
91
publishing {
92
publications {
0 commit comments