-
Notifications
You must be signed in to change notification settings - Fork 17
OneSignal plugin increases gradle build time by a considerable amount #173
Comments
@ubarua123 We will need details on the time differences you are seeing to investigate. Can you run More details on this on Gradle's documentation: https://scans.gradle.com/ |
I ran a With the plugin and SDK - It takes a lot of time in these tasks like
and so on .. These tasks are not executed without including OneSignal. I believe it's trying to sync the dependancies each time |
Same for me. Actually, it is executed before every gradle task. Any plan to have a look at this issue? |
They went completely silent on it. Guess they aren't looking into it. |
Same for me. The plugin increases execution time for every Gradle task. |
Any update on this? To be honest it's really annoying, it's significantly slows down the development process. |
Same here, this plugin only adds up 45 seconds average to the build time |
Any updates on this issue? We are having same problem, build times increased enormously. |
Please Add The Following
Project Setup
build.gradle
app/build.gradle
Full Error
No Error. However, on each build, the full build is executed even for small layout updates. Which wasn't the case till I added the plugin. I can't give any concrete timings and stats, I'll have to run tests for that. This was an observation.
Getting stuck on
Download maven-metadata.xml
Dependency Tree
Run
./gradlew app:dependencies
OneSignal plugin version
OneSignal SDK version
The text was updated successfully, but these errors were encountered: