Browse Source

Remove deprecated gradle usage (#946)

Co-authored-by: kallestenflo <kalle.stenflo@gmail.com>
pull/976/head
ZhangJian He 5 months ago committed by GitHub
parent
commit
900ebfe58f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      build.gradle

6
build.gradle

@ -64,8 +64,10 @@ subprojects {
apply plugin: 'signing'
apply plugin: 'biz.aQute.bnd.builder'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
repositories {
mavenCentral()

Loading…
Cancel
Save