Allocate more memory to Checkstyle tasks
This commit is contained in:
@@ -93,6 +93,14 @@ configure([rootProject] + javaProjects) { project ->
|
|||||||
configDirectory.set(rootProject.file("src/checkstyle"))
|
configDirectory.set(rootProject.file("src/checkstyle"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.named("checkstyleMain").configure {
|
||||||
|
maxHeapSize = "1g"
|
||||||
|
}
|
||||||
|
|
||||||
|
tasks.named("checkstyleTest").configure {
|
||||||
|
maxHeapSize = "1g"
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
dependencyManagement(enforcedPlatform(dependencies.project(path: ":framework-platform")))
|
dependencyManagement(enforcedPlatform(dependencies.project(path: ":framework-platform")))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||||
|
|||||||
Reference in New Issue
Block a user