Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 8c29362

Browse files
committed
[ci skip] ignore deprecation or removal warnings
1 parent 9249a2c commit 8c29362

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ subprojects {
4545
options.encoding = Charsets.UTF_8.name()
4646
options.release = 21
4747
options.isFork = true
48+
options.compilerArgs.addAll(listOf("-Xlint:-deprecation", "-Xlint:-removal"))
4849
}
4950
tasks.withType<Javadoc> {
5051
options.encoding = Charsets.UTF_8.name()

0 commit comments

Comments
 (0)