JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
97 stars 28 forks source link

idea-runner undefined setting with v3.0.0 #29

Closed regadas closed 4 years ago

regadas commented 4 years ago
lazy val ideaRunner: Project =
  createRunnerProject(plugin, "idea-runner")
[error] Reference to undefined setting: 
[error] 
[error]   idea-runner / ideaMainJars from idea-runner / Compile / unmanagedJars (Utils.scala:22)
[error]  
[error] Use 'last' for the full log.
mutcianm commented 4 years ago

Could you please post the whole build definition? Couldn't reproduce with HOCON plugin as an example

mutcianm commented 4 years ago

Okay, I reproduced the issue eventually. SbtIdeaPlugin isn't enabled automatically for generated runner project

mutcianm commented 4 years ago

fixed via 62f6b0f60119a55c0293856e595de0a39a37323e