gradle-release icon indicating copy to clipboard operation
gradle-release copied to clipboard

Composite build not supported

Open B-hamza opened this issue 1 year ago • 2 comments

Using build-convention plugins ii have the error with the release showing : Cannot include build 'build-logic-conventions' in build ':com.project-release'. This is not supported yet.

My parent gradle.kts release conf

configure<ReleaseExtension> {
    ignoredSnapshotDependencies.set(listOf("net.researchgate:gradle-release"))
    preTagCommitMessage.set("[gradle-release-plugin] prepare release ")
    newVersionCommitMessage.set("[gradle-release-plugin] prepare for next development iteration ")
    with(git) { requireBranch.set("") }
}

i hava two subproject my Java app and the my composite build

my root settings.kts

includeBuild("build-logic-conventions")
include("app")

B-hamza avatar Nov 07 '23 13:11 B-hamza

Do we have any update? I am facing the same issue.

manishkteotia avatar Apr 19 '24 14:04 manishkteotia

@B-hamza Is this duplicate of https://github.com/researchgate/gradle-release/issues/304?

IRus avatar May 13 '24 05:05 IRus

As mentioned by @IRus Duplicate of #304

Hillkorn avatar Jul 08 '24 06:07 Hillkorn