Migrate project back to Java 17.

This commit is contained in:
Kavin 2023-04-27 13:05:05 +01:00
parent 54ae19d142
commit e77e5a96d7
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
8 changed files with 16 additions and 16 deletions

View file

@ -62,5 +62,5 @@ tasks.withType(JavaCompile).each {
group = 'me.kavin.piped'
version = '1.0'
sourceCompatibility = JavaVersion.VERSION_19
targetCompatibility = JavaVersion.VERSION_19
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17