refactoring Gateway
This commit is contained in:
+7
-1
@@ -79,7 +79,7 @@ subprojects {
|
||||
includeTags("perf")
|
||||
}
|
||||
shouldRunAfter("test")
|
||||
// Keep same JVM settings for consistency
|
||||
// Keep the same JVM settings for consistency
|
||||
jvmArgs("-Xshare:auto", "-Djdk.instrument.traceUsage=false")
|
||||
maxHeapSize = "2g"
|
||||
dependsOn("testClasses")
|
||||
@@ -100,6 +100,12 @@ subprojects {
|
||||
environment("CHROMIUM_BIN", "/usr/bin/chromium")
|
||||
environment("PUPPETEER_EXECUTABLE_PATH", "/usr/bin/chromium")
|
||||
}
|
||||
|
||||
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
|
||||
compilerOptions {
|
||||
freeCompilerArgs.add("-Xannotation-default-target=param-property")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ##################################################################
|
||||
|
||||
Reference in New Issue
Block a user