sbt-structure

SBT plugin to collect information about project structure

OTHER License

Stars
72
Committers
23

Bot releases are visible (Hide)

sbt-structure - v2023.1.0 Latest Release

Published by over 1 year ago

There are no functional changes in this release.

The scala-xml dependency was upgraded to 2.1.0.

sbt-structure - v2022.3.1

Published by almost 2 years ago

No functional differences to v2022.3.0.

The build has been upgrade to sbt 1.7.3.

sbt-structure - v2022.3.0

Published by almost 2 years ago

Revive the project after a year of no releases.

Changes

  • Extract compileOrder settings from sbt builds
  • Add basic tests for new sbt releases (1.6.x, 1.7.x)
  • Build the project using sbt 1.4.9
  • Update Scala versions to 2.12.17 and 2.13.10
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