Add `GRADLE_PLUGIN_API_VERSION_ATTRIBUTE` for minimum Gradle version
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 52/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- kotlin
- Domain
- build-system
Research direction
Start by reviewing Tapmoc's Gradle plugin configuration and the linked Gradle issue 24608. Determine how the minimum Gradle version should be represented through the proposed attribute, then run the project's existing checks to verify the behavior; done means incompatible Gradle plugin versions are rejected as intended.
Written by the indexing model from the issue text.
Description
What feature do you want to see added?
Configure Tapmoc like:
tapmoc {
gradle("9.2.0")
java(17)
kotlin("2.2.0")
}
Should we add GRADLE_PLUGIN_API_VERSION_ATTRIBUTE attr for Gradle plugins like
configurations.apiElements {
attributes {
attribute(GradlePluginApiVersion.GRADLE_PLUGIN_API_VERSION_ATTRIBUTE, objects.named("9.2"))
}
}
to constraint the min Gradle requirement?
Upstream changes
Related to https://github.com/gradle/gradle/issues/24608.
Are you interested in contributing this feature?
Sure!
- Dominant language
- Kotlin
- Stars
- 109
- Forks
- 6
- Avg merge
- 22m
- Merged PRs (30d)
- 4
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from GradleUp/tapmoc
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
bug
Difficulty 3/5 1-2 days Newbie friendliness 58/100
-
bug
Difficulty 4/5 3-5 days Newbie friendliness 45/100
-
enhancement
Difficulty 5/5 Over a week Newbie friendliness 25/100
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
bitcoindevkit/bdk-ffi#1125 ·
-
Issue: Bug
Difficulty 1/5 Under an hour Newbie friendliness 91/100
OpenAPITools/openapi-generator#24978 ·
-
helsemelding-json-schema json-schema-core
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
contributor: external needs review
Difficulty 2/5 1-3 hours Newbie friendliness 82/100