Skip to content

Add GRADLE_PLUGIN_API_VERSION_ATTRIBUTE for minimum Gradle version #103

Description

@Goooler

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 gradle/gradle#24608.

Are you interested in contributing this feature?

Sure!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions