mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-05-11 10:34:05 +02:00
try increasing heap size to appease teamcity?
This commit is contained in:
parent
c52f046a6f
commit
fb3bfa068e
@ -6,7 +6,7 @@ plugins {
|
||||
kotlin("jvm") version "1.8.20-Beta"
|
||||
id("org.jetbrains.intellij") version "1.13.0"
|
||||
id("org.jetbrains.changelog") version "2.0.0"
|
||||
id("com.github.ben-manes.versions") version "0.45.0"
|
||||
id("com.github.ben-manes.versions") version "0.46.0"
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
1
gradle.properties
Normal file
1
gradle.properties
Normal file
@ -0,0 +1 @@
|
||||
org.gradle.jvmargs=-Xmx2048m
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Loading…
Reference in New Issue
Block a user