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!
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_ATTRIBUTEattr for Gradle plugins likeconfigurations.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!