You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Building on a computer with OSX/Windows/Ubuntu triggers errors if Growl/Snarl/notify-send is not installed for the Gradle build-announcements plugin to use.
To Reproduce
Steps to reproduce the behavior:
Run ./gradlew clean portalInit on a computer without the above software
Expected behavior
No errors from build-announcements when above software is not installed
Describe the bug
Building on a computer with OSX/Windows/Ubuntu triggers errors if Growl/Snarl/notify-send is not installed for the Gradle build-announcements plugin to use.
To Reproduce
Steps to reproduce the behavior:
./gradlew clean portalInit
on a computer without the above softwareExpected behavior
No errors from
build-announcements
when above software is not installedPlatform:
Additional context
Consider using gradle.properties and conditional plugin loading with a default of disabled to address this issue.
See:
https://docs.gradle.org/current/userguide/announce_plugin.html#announce_plugin
https://stackoverflow.com/questions/36039793/android-gradle-conditionally-apply-plugin-based-on-build-type
The text was updated successfully, but these errors were encountered: