Closed jkdrangel closed 5 years ago
Have this issue too, been trying to solve it for a few hours with no luck...
What gradle/build tool versions are you guys running?
Having this issue now out of the blue too with Bitrise builds
In the same situation T_T
gradle 4.4
same here
Hi @julianorafael @f0rr0 Fixes #397 you can create a task Taskname {execute()} to solve this error
I think this should be fixed directly on react-native-sentry, as this is just a deprecation warning. Would be nice to see it go away :)
Hi @Titozzz
Yeah its a deprecation warning , but you cant create a tasks like this now in new version. this issue is closed I think .
Same problem. Any updates?
Ehm, did anybody manage to solve this? Just happened to me too..
I upgraded from RN 0.53.3 to 0.57.8 and now I am getting this error:
The TaskInternal.executer property has been deprecated and is scheduled to be removed in Gradle 5.0. There are better ways to re-use task logic, see https://docs.gradle.org/4.4/userguide/custom_tasks.html#sec:reusing_task_logic.
at sentry_c79fxbhuascug468f001tukcq$_run_closure1$_closure4.doCall(/Users/danale/Projects/engage-application.mobile/node_modules/react-native-sentry/sentry.gradle:24)
(Run with --stacktrace to get the full stack trace of this deprecation warning.)
when I run ./gradlew assembleRelease -x bundleDevReleaseJsAndAssets
, can someone please help?
I am using "react-native-sentry": "0.32.0"
I am closing all old issues, please if this is still a problem feel free to revive it.
Also, consider moving to our new SDK @sentry/react-native
if it still happens there please open a new issue.
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
Config:
I have following issue:
Description goes here ...
Steps to reproduce:
gradlew assembleRelease
Actual result:
The TaskInternal.execute() method has been deprecated and is scheduled to be removed in Gradle 5.0. There are better ways to re-use task logic, see https://docs.gradle.org/4.4/userguide/custom_tasks.html#sec:reusing_task_logic. at sentry_dfuegs5a3ykui2fjyyy20ihx3$_run_closure1$_closure4$_closure11.doCall(/Users/vagrant/git/node_modules/react-native-sentry/sentry.gradle:176) (Run with --stacktrace to get the full stack trace of this deprecation warning.) :app:bundleReleaseJsAndAssets FAILED FAILURE: Build failed with an exception.
Expected result: