Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composite build not supported #383

Open
B-hamza opened this issue Nov 7, 2023 · 2 comments
Open

Composite build not supported #383

B-hamza opened this issue Nov 7, 2023 · 2 comments

Comments

@B-hamza
Copy link

B-hamza commented Nov 7, 2023

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")
@manishkteotia
Copy link

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

@IRus
Copy link

IRus commented May 13, 2024

@B-hamza Is this duplicate of #304?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants