mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Merge pull request #608 from TeamPiped/remove-preview
Remove --enable-preview from gradle compile task.
This commit is contained in:
commit
f187aa5a85
1 changed files with 0 additions and 4 deletions
|
@ -56,10 +56,6 @@ jar {
|
|||
}
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile).each {
|
||||
it.options.compilerArgs.add('--enable-preview')
|
||||
}
|
||||
|
||||
group = 'me.kavin.piped'
|
||||
version = '1.0'
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
|
|
Loading…
Reference in a new issue