We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c9b49 commit 0dd4e5dCopy full SHA for 0dd4e5d
jupyter/build.gradle.kts
@@ -26,7 +26,7 @@ repositories {
26
27
tasks.withType<Test>().configureEach {
28
useJUnitPlatform()
29
- maxHeapSize = "8g"
+ maxHeapSize = "4g"
30
}
31
32
tasks.processJupyterApiResources {
scala-tuples-in-kotlin/build.gradle.kts
@@ -23,7 +23,7 @@ repositories {
23
24
25
dependencies {
0 commit comments