Skip to content

Commit

Permalink
fix: deprecated build.gradle options
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Apr 25, 2024
1 parent ecfe045 commit 90335d4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ jar {
}
}

java {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}

group = 'me.kavin.piped'
version = '1.0'
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21

0 comments on commit 90335d4

Please sign in to comment.