fix: nixos jbr path
This commit is contained in:
parent
c155b15862
commit
b94c809f92
1 changed files with 2 additions and 2 deletions
|
@ -97,13 +97,13 @@ allprojects {
|
|||
}
|
||||
|
||||
withType<org.jetbrains.intellij.tasks.RunIdeBase> {
|
||||
rootProject.file("jbr/bin/java")
|
||||
rootProject.file("jbr/lib/openjdk/bin/java")
|
||||
.takeIf { it.exists() }
|
||||
?.let { projectExecutable.set(it.toString()) }
|
||||
}
|
||||
|
||||
withType<org.jetbrains.intellij.tasks.RunPluginVerifierTask> {
|
||||
rootProject.file("jbr")
|
||||
rootProject.file("jbr/lib/openjdk")
|
||||
.takeIf { it.exists() }
|
||||
?.let { runtimeDir.set(it.toString()) }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue