mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
specify java version in build.gradle (#15)
This commit is contained in:
parent
d632d6bfc8
commit
d0e8a7bbd0
2 changed files with 2 additions and 0 deletions
|
@ -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
0
gradlew
vendored
Normal file → Executable file
Loading…
Reference in a new issue