specify java version in build.gradle

This commit is contained in:
bopol 2021-02-05 17:02:10 +01:00
parent d632d6bfc8
commit 2f58e79b46
2 changed files with 2 additions and 0 deletions

View file

@ -43,3 +43,5 @@ jar {
group = 'me.kavin.piped'
version = '1.0'
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

0
gradlew vendored Normal file → Executable file
View file