5

me.champeau.includegit

 2 years ago
source link: https://plugins.gradle.org/plugin/me.champeau.includegit
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Using the plugins DSL:

plugins {
  id "me.champeau.includegit" version "0.1.1"
}

Using legacy plugin application:

buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org/m2/"
    }
  }
  dependencies {
    classpath "me.champeau.gradle.includegit:plugin:0.1.1"
  }
}

apply plugin: "me.champeau.includegit"

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK