Skip to content

Adopt org.framefork.build 0.4.0 - #5

Merged
fprochazka merged 3 commits into
masterfrom
fp/framefork-build-0.3.0
Jul 7, 2026
Merged

Adopt org.framefork.build 0.4.0#5
fprochazka merged 3 commits into
masterfrom
fp/framefork-build-0.3.0

Conversation

@fprochazka

Copy link
Copy Markdown
Member

What changed

  • Bump org.framefork.build to 0.4.0, resolved from Maven Central (dropped the local mavenLocal() + -SNAPSHOT scaffolding used during pre-release verification).
  • Drop root-build boilerplate now provided by the convention plugin: project versioning from gradle.properties, the per-project allDependencies report task, and the Gradle wrapper ALL distribution setting.
  • Replace the hand-rolled gradle.projectsEvaluated { mustRunAfter } test-ordering chain with the plugin's default cross-module test serialization. The plugin uses a shared one-permit BuildService, so it enforces mutual exclusion (at most one Test task at a time, everything else stays parallel) rather than a fixed order — immune to the chain breaking when only a subset of module test tasks is run. sequentialTests defaults to true in 0.4.0, so no explicit knob is needed.

Verification

  • ./gradlew --refresh-dependencies build against Maven Central — BUILD SUCCESSFUL.
  • No mavenLocal() or plugin SNAPSHOT references remain; the only -SNAPSHOT left is the repo's own project version in gradle.properties.

Release notes

@fprochazka
fprochazka merged commit 341b957 into master Jul 7, 2026
4 checks passed
@fprochazka
fprochazka deleted the fp/framefork-build-0.3.0 branch July 7, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant