Localize WebView and Login pages (#1522)
* Localize WebView and Login pages * Switch to JTE for page rendering * Lint * Add gradle task dependency * JTE -> KTE * ShouldRunAfter * I guess we must --------- Co-authored-by: Syer10 <syer10@users.noreply.github.com>
This commit is contained in:
@@ -25,6 +25,11 @@ plugins {
|
||||
.get()
|
||||
.pluginId,
|
||||
)
|
||||
id(
|
||||
libs.plugins.jte
|
||||
.get()
|
||||
.pluginId,
|
||||
)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -96,6 +101,12 @@ dependencies {
|
||||
implementation(libs.cron4j)
|
||||
|
||||
implementation(libs.cronUtils)
|
||||
|
||||
compileOnly(libs.kte)
|
||||
}
|
||||
|
||||
jte {
|
||||
generate()
|
||||
}
|
||||
|
||||
application {
|
||||
@@ -212,4 +223,8 @@ tasks {
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
runKtlintCheckOverMainSourceSet {
|
||||
mustRunAfter(generateJte)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user