mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Remove --enable-preview from gradle compile task.
This commit is contained in:
parent
e0dc4f8784
commit
52ab96a4e9
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'
|
group = 'me.kavin.piped'
|
||||||
version = '1.0'
|
version = '1.0'
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
Loading…
Reference in a new issue