GradleUp / GradleUp/tapmoc

Add `GRADLE_PLUGIN_API_VERSION_ATTRIBUTE` for minimum Gradle version

Open
#103 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Kotlin
Stars
109
Forks
6
Avg merge
11m
Merged PRs (30d)
3

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!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

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.

Assessment

Tech stack
kotlin
Domain
build-system
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.