Skip to content

Commit

Permalink
Java 11 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Horcrux7 committed Nov 15, 2023
1 parent 6a7b2d6 commit 097aaf2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
plugins {
id 'maven-publish'
id 'signing'
id 'java'
}

apply plugin: 'java'
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}

repositories {
mavenCentral()
Expand Down

0 comments on commit 097aaf2

Please # to comment.