mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-01-12 08:49:08 +01:00
fix gradle complaning about lint tasks depending on webUI:copyBuild
This commit is contained in:
parent
c5874a3f10
commit
326da504ea
@ -175,10 +175,10 @@ tasks {
|
||||
}
|
||||
|
||||
withType<LintTask> {
|
||||
source(files("src"))
|
||||
source(files("src/kotlin"))
|
||||
}
|
||||
|
||||
withType<FormatTask> {
|
||||
source(files("src"))
|
||||
source(files("src/kotlin"))
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user