com.github.backpaper0.hash
所有者: 太刀ゝ烬
此插件由 processResources 任务(JavaPlugin)保存已复制文件的哈希值到文件中。
https://github.com/backpaper0/gradle-hash-plugin
来源: https://github.com/backpaper0/gradle-hash-plugin
版本 1.0-SNAPSHOT
1.0-SNAPSHOT
创建于 2015 年 7 月 17 日。
此插件由 processResources 任务(JavaPlugin)保存已复制文件的哈希值到文件中。
使用 插件 DSL
plugins {
id("com.github.backpaper0.hash") version "1.0-SNAPSHOT"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.github.backpaper0:gradle-hash-plugin:1.0-SNAPSHOT")
}
}
apply(plugin = "com.github.backpaper0.hash")
使用 插件 DSL
plugins {
id "com.github.backpaper0.hash" version "1.0-SNAPSHOT"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.github.backpaper0:gradle-hash-plugin:1.0-SNAPSHOT"
}
}
apply plugin: "com.github.backpaper0.hash"