gradle-release
gradle-release copied to clipboard
Composite build not supported
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")
Do we have any update? I am facing the same issue.
@B-hamza Is this duplicate of https://github.com/researchgate/gradle-release/issues/304?
As mentioned by @IRus Duplicate of #304