mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2025-04-29 08:20:30 +05:30
Merge pull request #608 from TeamPiped/remove-preview
Remove --enable-preview from gradle compile task.
This commit is contained in:
commit
f187aa5a85
@ -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…
x
Reference in New Issue
Block a user