Skip to content

Commit

Permalink
Remove deprecated gradle usage (#946)
Browse files Browse the repository at this point in the history
Co-authored-by: kallestenflo <kalle.stenflo@gmail.com>
  • Loading branch information
shoothzj and kallestenflo committed Jan 2, 2024
1 parent 946274d commit 900ebfe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Expand Up @@ -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()
Expand Down

0 comments on commit 900ebfe

Please sign in to comment.