Skip to content

Instantly share code, notes, and snippets.

@steinybot
Created May 11, 2020 04:47
Show Gist options
  • Select an option

  • Save steinybot/fbde6d1f816c7490c170e818f16a89f9 to your computer and use it in GitHub Desktop.

Select an option

Save steinybot/fbde6d1f816c7490c170e818f16a89f9 to your computer and use it in GitHub Desktop.
IntelliJ dump sbt project structure
;set _root_.scala.collection.Seq(historyPath := None,shellPrompt := { _ => "" },SettingKey[_root_.scala.Option[_root_.sbt.File]]("sbtStructureOutputFile") in _root_.sbt.Global := _root_.scala.Some(_root_.sbt.file("/private/var/folders/_l/q8t5_1gj5yx49v31fk6mr1p40000gn/T/sbt-structure.xml")),SettingKey[_root_.java.lang.String]("sbtStructureOptions") in _root_.sbt.Global := "download, resolveClassifiers, resolveSbtClassifiers");apply -cp "/Users/jason/Library/Application Support/JetBrains/IntelliJIdea2020.1/plugins/Scala/repo/org.jetbrains/sbt-structure-extractor/scala_2.12/sbt_1.0/2018.2.1+4-88400d3f/jars/sbt-structure-extractor.jar" org.jetbrains.sbt.CreateTasks;*/*:dumpStructure
@steinybot
Copy link
Author

You can also reload in IntelliJ and then look in target/.history.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment