Skip to content

Instantly share code, notes, and snippets.

@Dispader
Last active March 31, 2017 16:26

Revisions

  1. Dispader revised this gist Mar 31, 2017. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions build-announcements.gradle
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,5 @@
    initscript {
    repositories {
    maven { url 'https://plugins.gradle.org/m2' }
    }
    repositories { maven { url 'https://plugins.gradle.org/m2' } }
    }

    rootProject {
  2. Dispader revised this gist Mar 31, 2017. No changes.
  3. Dispader created this gist Mar 14, 2017.
    9 changes: 9 additions & 0 deletions build-announcements.gradle
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    initscript {
    repositories {
    maven { url 'https://plugins.gradle.org/m2' }
    }
    }

    rootProject {
    apply plugin: org.gradle.api.plugins.announce.BuildAnnouncementsPlugin
    }