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

Issue With Gradle 7.3 - Multiprojects #218

Open
tonyre opened this issue Nov 25, 2021 · 0 comments
Open

Issue With Gradle 7.3 - Multiprojects #218

tonyre opened this issue Nov 25, 2021 · 0 comments

Comments

@tonyre
Copy link

tonyre commented Nov 25, 2021

If I create a multiproject-build structure from scratch with gradle 7.3
and I apply the "nebula.release" plugin in a build.gradle file that is NOT located in the root folder I get this error:

What went wrong:
An exception occurred applying plugin request [id: 'nebula.release']
Failed to apply plugin 'nebula.release'.
Task with name 'release' not found in root project 'bea'.

As a workaround I create a build.gradle in the root folder and apply this plugin to it here.

This is actually a pain, since I wanted to work with the precompiled scrip plugins (bea.java-common-conventions.gradle) to have a common convention for the project configuration.

Greetings
Tony

@tonyre tonyre changed the title Issue With Gradle 7.3 Issue With Gradle 7.3 - Multiprojects Nov 25, 2021
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

1 participant