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
on react native 0.72 run ./gradlew clean in android folder
successful build
FAILURE: Build completed with 2 failures.
Could not set unknown property 'enabled' for Report html of type org.gradle.api.reporting.internal.TaskGeneratedSingleDirectoryReport.
"instabug-reactnative": "^11.12.0",
removing
reports { html.enabled true xml.enabled true }
in Jacoco.gradle solves it
or
reports { html.required=true xml.required=true }
https://community.sonarsource.com/t/report-enabled-and-report-destination-are-deprecated-and-will-be-removed-in-gradle-8-0/50491
The text was updated successfully, but these errors were encountered:
Hello @Tobbb, sorry for the late reply, we are looking into this.
Sorry, something went wrong.
enabled
required
Hello @Tobbb, changes were made and will be included in the next release. 🚀 I will close this issue, thank you for your contribution!
No branches or pull requests
Steps to Reproduce the Problem
on react native 0.72
run ./gradlew clean in android folder
Expected Behavior
successful build
Actual Behavior
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
Script '/xxxxx/node_modules/instabug-reactnative/android/jacoco.gradle' line: 14
Could not set unknown property 'enabled' for Report html of type org.gradle.api.reporting.internal.TaskGeneratedSingleDirectoryReport.
Instabug integration code
SDK Version
"instabug-reactnative": "^11.12.0",
React Native, iOS and Android Versions
Device Model
[Optional] Project That Reproduces the Issue
removing
in Jacoco.gradle solves it
or
reports { html.required=true xml.required=true }
https://community.sonarsource.com/t/report-enabled-and-report-destination-are-deprecated-and-will-be-removed-in-gradle-8-0/50491
The text was updated successfully, but these errors were encountered: