Skip to content

forkedSpringBootRun fails under Gradle 7.0 #47

Closed
@nhajratw

Description

@nhajratw

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions