OneSignal / OneSignal-Gradle-Plugin

Use with OneSignal-Android-SDK to help integrate it into your Android Studio or Gradle project. https://onesignal.com
Other
64 stars 17 forks source link

Fix jvm memory issue with tests #155

Closed jkasten2 closed 3 years ago

jkasten2 commented 3 years ago

Description

One Line Summary

Updating to Gradle 7.0 (in PR #154) introduced a JVM memory issue in tests. Split up intensive full build tests into its own file which runs on it's own to avoid this.

This change is Reviewable