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
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
The text was updated successfully, but these errors were encountered:
tonyre
changed the title
Issue With Gradle 7.3
Issue With Gradle 7.3 - Multiprojects
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
The text was updated successfully, but these errors were encountered: