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 946274d commit 900ebfeCopy full SHA for 900ebfe
build.gradle
@@ -64,8 +64,10 @@ subprojects {
64
apply plugin: 'signing'
65
apply plugin: 'biz.aQute.bnd.builder'
66
67
- sourceCompatibility = JavaVersion.VERSION_1_8
68
- targetCompatibility = JavaVersion.VERSION_1_8
+ java {
+ sourceCompatibility = JavaVersion.VERSION_1_8
69
+ targetCompatibility = JavaVersion.VERSION_1_8
70
+ }
71
72
repositories {
73
mavenCentral()
0 commit comments