mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-09-04 04:21:20 +02:00
Remove --enable-preview from gradle compile task.
This commit is contained in:
parent
e0dc4f8784
commit
52ab96a4e9
@ -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