specify java version in build.gradle (#15)

This commit is contained in:
bopol 2021-02-05 17:06:05 +01:00 committed by GitHub
parent d632d6bfc8
commit d0e8a7bbd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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