sbt-structure

SBT plugin to collect information about project structure

OTHER License

Stars
72
Committers
23

Bot releases are hidden (Show)

sbt-structure -

Published by nkly almost 9 years ago

  • Add 'resolveJavadocs' option to control javadocs downloading and resolution
sbt-structure -

Published by nkly almost 9 years ago

  • Fix regex exception in Android part (thanks to @pfn)
sbt-structure -

Published by nkly almost 9 years ago

  • Change how sbt-structure extracts information.

    Instead of operating directly on state, implement extraction as a hierarchy of dependent tasks to explot SBT's internal caching and parallelization facilities.

  • Relax unmanagedClasspath restriction to be a file only

  • Change Play2Data API

sbt-structure - v4.3.2

Published by nkly almost 9 years ago

  • Revert back changes concerned with evictions
sbt-structure - v4.3.1

Published by nkly almost 9 years ago

  • Add support for ideOutputDirectory setting
sbt-structure -

Published by nkly almost 9 years ago

  • Extract information about apklibs used in Android projects
  • Change AndroidData API
sbt-structure -

Published by nkly almost 9 years ago

  • Support dependency eviction
sbt-structure -

Published by nkly about 9 years ago

  • 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)
sbt-structure -

Published by nkly about 9 years ago

  • Fix Play2 extractor performance regression