Skip to content

Releases: JetBrains/sbt-structure

v4.2.0

20 Sep 15:11
Compare
Choose a tag to compare
  • Remove special handling of "default-???" project IDs (#SCL-8844)
  • Fix android-sdk-plugin 1.4 compatibility (by @pfn)
  • Introduce cachedUpdate option to speed up project resolution by caching update task results (#SCL-8322)
  • Disable execution of any update-dependent tasks if download option is not set
  • Support custom test configurations (using code snippet given by @fommil) (#SCL-7264)

v4.1.1

22 Jul 07:28
Compare
Choose a tag to compare
  • Fix Play2 extractor performance regression