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

forkedSpringBootRun fails under Gradle 7.0 #47

Closed
nhajratw opened this issue Apr 12, 2021 · 1 comment
Closed

forkedSpringBootRun fails under Gradle 7.0 #47

nhajratw opened this issue Apr 12, 2021 · 1 comment

Comments

@nhajratw
Copy link

forkedSpringBootRun fails under Gradle 7.0

./gradlew forkedSpringBootRun

causes the following error:

> Task :forkedSpringBootRun FAILED

FAILURE: Build failed with an exception.

* What went wrong:
A problem was found with the configuration of task ':forkedSpringBootRun' (type 'Fork').
  - Type 'Fork' property 'argumentProviders' is missing an input or output annotation.

    Reason: A property without annotation isn't considered during up-to-date checking.

    Possible solutions:
      1. Add an input or output annotation.
      2. Mark it as @Internal.

    Please refer to https://docs.gradle.org/7.0/userguide/validation_problems.html#missing_annotation for more details about this problem.
@bnasslahsen
Copy link
Contributor

Merge is done.
You can test with the latest snapshot.

Release v1.3.2 should be available soon.

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

2 participants