Skip to content

Instantly share code, notes, and snippets.

@Dispader
Last active March 31, 2017 16:26
Show Gist options
  • Save Dispader/a74a5daa10f7e128bed57b13c0cb1fa2 to your computer and use it in GitHub Desktop.
Save Dispader/a74a5daa10f7e128bed57b13c0cb1fa2 to your computer and use it in GitHub Desktop.
Put this in `~/.gradle/init.d/` to get build announcements for all your projects.
initscript {
repositories { maven { url 'https://plugins.gradle.org/m2' } }
}
rootProject {
apply plugin: org.gradle.api.plugins.announce.BuildAnnouncementsPlugin
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment