Releases: JetBrains/sbt-structure
Releases · JetBrains/sbt-structure
v4.2.0
- 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 cachingupdate
task results (#SCL-8322) - Disable execution of any
update
-dependent tasks ifdownload
option is not set - Support custom test configurations (using code snippet given by @fommil) (#SCL-7264)