Skip to content

Commit

Permalink
Tidies ide path
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Henry authored and Sean Henry committed Jul 6, 2022
1 parent 5ffbbed commit 4007440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import org.jetbrains.kotlin.backend.common.push
val idePath = "/Users/seanhenry/Library/Application Support/JetBrains/Toolbox/apps/AppCode/ch-0/221.5921.25/AppCode.app/Contents"

plugins {
id("java")
Expand All @@ -21,7 +21,7 @@ dependencies {
}

intellij {
localPath.set("/Users/seanhenry/Library/Application Support/JetBrains/Toolbox/apps/AppCode/ch-0/221.5921.25/AppCode.app/Contents")
localPath.set(idePath)
// look in AppCode.app/Contents/Plugins/builtinRegistry.xml to find bundled plugins
plugins.set(listOf("com.intellij.swift.lang", "com.intellij.cidr.base"))
}
Expand All @@ -37,7 +37,7 @@ tasks {
}

runIde {
ideDir.set(File("/Users/seanhenry/Library/Application Support/JetBrains/Toolbox/apps/AppCode/ch-0/221.5921.25/AppCode.app/Contents"))
ideDir.set(File(idePath))
jvmArgs("-Xmx4096m")
}

Expand Down

0 comments on commit 4007440

Please sign in to comment.