We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build time: 2021-05-10 16:08:58 UTC Revision: 67e618faef187783dadd03a34fdab9dc71b85b19 Kotlin: 1.4.31 Groovy: 3.0.7 Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020 JVM: 16.0.1 (Oracle Corporation 16.0.1+9-24) OS: Linux 5.4.0-48-generic amd64
java -version java version "16.0.1" 2021-04-20 Java(TM) SE Runtime Environment (build 16.0.1+9-24) Java HotSpot(TM) 64-Bit Server VM (build 16.0.1+9-24, mixed mode, sharing)
CLI Command: ./gradlew check coberturaReport
ERROR
Task :generateCoberturaReport FAILED
FAILURE: Build failed with an exception.
Type 'net.saliman.gradle.plugin.cobertura.GenerateReportTask' property 'reports' annotated with @internal should not be also annotated with @nested.
Reason: A property is ignored but also has input annotations.
Possible solutions:
Please refer to https://docs.gradle.org/7.0.1/userguide/validation_problems.html#ignored_property_must_not_be_annotated for more details about this problem.
The text was updated successfully, but these errors were encountered:
Same issue on gradle 7.0 and jdk11.
Sorry, something went wrong.
Same here... I have this issue
Hopefully #178 will be merged to resolve this problem
No branches or pull requests
gradle -version
Gradle 7.0.1
Build time: 2021-05-10 16:08:58 UTC
Revision: 67e618faef187783dadd03a34fdab9dc71b85b19
Kotlin: 1.4.31
Groovy: 3.0.7
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 16.0.1 (Oracle Corporation 16.0.1+9-24)
OS: Linux 5.4.0-48-generic amd64
java -version
java version "16.0.1" 2021-04-20
Java(TM) SE Runtime Environment (build 16.0.1+9-24)
Java HotSpot(TM) 64-Bit Server VM (build 16.0.1+9-24, mixed mode, sharing)
CLI Command:
./gradlew check coberturaReport
ERROR
FAILURE: Build failed with an exception.
A problem was found with the configuration of task ':generateCoberturaReport' (type 'GenerateReportTask').
Type 'net.saliman.gradle.plugin.cobertura.GenerateReportTask' property 'reports' annotated with @internal should not be also annotated with @nested.
Reason: A property is ignored but also has input annotations.
Possible solutions:
Please refer to https://docs.gradle.org/7.0.1/userguide/validation_problems.html#ignored_property_must_not_be_annotated for more details about this problem.
The text was updated successfully, but these errors were encountered: