Skip to content

Releases: Faire/build-targets-gradle-plugin

0.1.0 - Enable caching dependency graph computation

11 Apr 13:22
ff59935
Compare
Choose a tag to compare

Highlights

This release intends to be an internal only change. In #76 we replaced the manual dependency walking with a Gradle-recommended approach that makes the task now build-cachable and reduces the size of the configuration cache entry.

What's Changed

  • chore: Update README by @Nava2 in #75
  • feat: Update to use Gradle-recommended build graph traversal by @Nava2 in #76
  • release: Prepare for 0.1.0 by @Nava2 in #77

Full Changelog: 0.0.3...0.1.0

0.0.3 - Incremental update

10 Apr 20:38
171874f
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 by @dependabot in #52
  • chore(deps): Bump kotlin from 2.1.0 to 2.1.10 by @dependabot in #53
  • chore(deps): Bump com.google.code.gson:gson from 2.11.0 to 2.12.0 by @dependabot in #54
  • chore(deps): Bump com.autonomousapps.dependency-analysis from 2.7.0 to 2.8.0 by @dependabot in #55
  • chore(deps): Bump com.google.code.gson:gson from 2.12.0 to 2.12.1 by @dependabot in #56
  • chore(deps): Bump com.autonomousapps.dependency-analysis from 2.8.0 to 2.8.1 by @dependabot in #57
  • chore(deps): Bump com.autonomousapps.dependency-analysis from 2.8.1 to 2.8.2 by @dependabot in #58
  • chore(deps): Bump com.autonomousapps.dependency-analysis from 2.8.2 to 2.10.0 by @dependabot in #61
  • chore(deps): Bump com.autonomousapps.dependency-analysis from 2.10.0 to 2.10.1 by @dependabot in #62
  • chore(deps): Bump com.autonomousapps.dependency-analysis from 2.10.1 to 2.11.0 by @dependabot in #63
  • chore(deps): Bump com.autonomousapps.dependency-analysis from 2.11.0 to 2.12.0 by @dependabot in #64
  • chore(deps): Bump com.autonomousapps.dependency-analysis from 2.12.0 to 2.13.0 by @dependabot in #67
  • chore(deps): Bump kotlin from 2.1.10 to 2.1.20 by @dependabot in #66
  • chore(deps): Bump com.autonomousapps.dependency-analysis from 2.13.0 to 2.13.1 by @dependabot in #68
  • chore(deps): Bump com.autonomousapps.dependency-analysis from 2.13.1 to 2.13.2 by @dependabot in #69
  • chore(deps): Bump com.autonomousapps.dependency-analysis from 2.13.2 to 2.13.3 by @dependabot in #70
  • chore(deps): Bump com.autonomousapps.dependency-analysis from 2.13.3 to 2.14.0 by @dependabot in #71
  • chore(deps): Bump com.autonomousapps.dependency-analysis from 2.14.0 to 2.15.0 by @dependabot in #72
  • chore: Upgrade to Gradle 8.13 by @Nava2 in #73
  • chore: Setup for version v0.0.3 by @Nava2 in #74

Full Changelog: 0.0.2...0.0.3

0.0.2 - Bug fix for incorrect source collection

17 Jan 15:41
4443be1
Compare
Choose a tag to compare

What's Changed

  • chore: Add IntelliJ styles by @Nava2 in #32
  • chore: Downgrade gitleaks by @Nava2 in #43
  • chore(deps): Bump kotlin from 2.0.10 to 2.1.0 by @dependabot in #41
  • chore(deps): Bump junit-jupiter from 5.11.0 to 5.11.4 by @dependabot in #45
  • chore(deps): Bump org.assertj:assertj-core from 3.26.3 to 3.27.2 by @dependabot in #49
  • chore(deps): Bump com.autonomousapps.dependency-analysis from 1.33.0 to 2.7.0 by @dependabot in #50
  • Updating build-targets plugin to skip empty projects by @rjfioravanti in #51

New Contributors

Full Changelog: 0.0.1...0.0.2

0.0.1 - Exclusion support

04 Oct 21:02
6582694
Compare
Choose a tag to compare

What's Changed

  • feat: Add source path exclusions by @Nava2 in #31
  • chore: Upgrade gradle to 8.10.2 by @Nava2 in #30

Full Changelog: 0.0.0...0.0.1

0.0.0

16 Aug 21:50
4be983a
Compare
Choose a tag to compare

Summary

Provides the initial implementation of the faire.build-targets plugin in use with Faire's build infrastructure. This can be re-used when integrating with build queues that allow for setting "affected targets," such as trunk's parallel queue

Full Changelog: https://github.com/Faire/build-targets-gradle-plugin/commits/0.0.0