mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 03:14:40 -05:00
fix gradle complaning about lint tasks depending on webUI:copyBuild
This commit is contained in:
@@ -175,10 +175,10 @@ tasks {
|
|||||||
}
|
}
|
||||||
|
|
||||||
withType<LintTask> {
|
withType<LintTask> {
|
||||||
source(files("src"))
|
source(files("src/kotlin"))
|
||||||
}
|
}
|
||||||
|
|
||||||
withType<FormatTask> {
|
withType<FormatTask> {
|
||||||
source(files("src"))
|
source(files("src/kotlin"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user