Prepare for Gradle Plugin Portal review (v1.9.0)#11
Merged
vedanthvdev merged 1 commit intomasterfrom Apr 16, 2026
Merged
Conversation
Added Apache 2.0 LICENSE file, declared configuration cache incompatibility on AffectedTestTask (reads live git state at execution time), added POM license/developer/SCM metadata, and updated plugin-publish from 2.0.0 to 2.1.1. Bumped version to 1.9.0.
Merged
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Addresses issues a Gradle Plugin Portal reviewer would likely flag during the approval process for
io.affectedtests.Changes
Add
LICENSEfile: Full Apache 2.0 license text with copyright notice. The README referenced Apache 2.0 but no license file existed.Declare configuration cache incompatibility:
AffectedTestTasknow callsnotCompatibleWithConfigurationCache()in its constructor. The task reads live git state and scans the file system at execution time, which is inherently incompatible with configuration caching. Honest declaration is better than silently breaking.Add POM metadata: License, developer, and SCM information added to the
pluginMavenpublication. This ensures the published artifact has proper provenance metadata.Update
plugin-publishto 2.1.1: From 2.0.0 to the latest version (released March 2026). Brings the bundled Compatibility Plugin from 0.1.0 to 1.0.0 (now stable).Bump version to 1.9.0 in
build.gradleandREADME.md.Test plan
./gradlew clean buildpasses (21 tasks, 0 failures)validatePluginspasses