mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[build scripts] the Laravel plugin is bundled in PhpStorm
IJI-3040 WI-82336 GitOrigin-RevId: 07b8c2bda27057168ed115d38afab9a6888f02d6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e939868800
commit
6e44d31480
@@ -338,7 +338,7 @@ abstract class ProductProperties {
|
||||
* Paths to externally built plugins to be included in the IDE.
|
||||
* They will be copied into the build, as well as included in the IDE classpath when launching it to build search index, .jar order, etc.
|
||||
*/
|
||||
open fun getAdditionalPluginPaths(context: BuildContext): List<Path> = emptyList()
|
||||
open suspend fun getAdditionalPluginPaths(context: BuildContext): List<Path> = emptyList()
|
||||
|
||||
/**
|
||||
* Override this function to provide additional JVM command line arguments which will be added to launchers along with
|
||||
|
||||
+1
-1
@@ -100,7 +100,7 @@ suspend fun runApplicationStarter(
|
||||
}
|
||||
}
|
||||
|
||||
private fun prepareFlatClasspath(classpath: Collection<String>, tempDir: Path, context: BuildContext): LinkedHashSet<String> {
|
||||
private suspend fun prepareFlatClasspath(classpath: Collection<String>, tempDir: Path, context: BuildContext): LinkedHashSet<String> {
|
||||
val effectiveIdeClasspath = LinkedHashSet(classpath)
|
||||
|
||||
val additionalPluginPaths = context.productProperties.getAdditionalPluginPaths(context)
|
||||
|
||||
Reference in New Issue
Block a user