fix IDEA run config generation
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
This commit is contained in:
parent
e76e6f263d
commit
5af9b0eb10
|
@ -17,7 +17,7 @@ class IdeaAdapter : RunConfigAdapter {
|
|||
vmArgs: Array<String>,
|
||||
programArgs: Array<String>
|
||||
) {
|
||||
val folder = project.projectDir.toPath().resolve(".idea/runConfigurations")
|
||||
val folder = project.rootDir.toPath().resolve(".idea/runConfigurations")
|
||||
if (!folder.isDirectory())
|
||||
folder.createDirectories()
|
||||
|
||||
|
|
Loading…
Reference in a new issue