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

The 'samples/apply-on-subproject-sample' do not work #56

Open
finnlander opened this issue Apr 26, 2023 · 0 comments
Open

The 'samples/apply-on-subproject-sample' do not work #56

finnlander opened this issue Apr 26, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@finnlander
Copy link

Describe the bug

The multi-project setup does not seem to work according to the provided sample.

To Reproduce
When cloning this repository and running:

cd semantic-version-gradle-plugin/samples/apply-on-subproject-sample
./gradlew build

... the following error appears:

(some output omitted here)
* What went wrong:
A problem occurred evaluating project ':child1'.
> Failed to apply plugin 'com.dipien.semantic-version'.
   > The Semantic Version Gradle plugin must be applied only on the root project
(some output omitted here)

Expected behavior
Based on the multi-module setup, it should be possible to increase sub-project version (I'd assume as there's the sample available).

@finnlander finnlander added the bug Something isn't working label Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant