You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
i hava two subproject
my Java app and the my composite build
my root settings.kts
The text was updated successfully, but these errors were encountered: