eriwen / gradle-digest-plugin

Digest sources to allow identification of files by their content

Home Page:https://eriwen.github.io/gradle-digest-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

plugins {
  id: 'com.eriwen.gradle.digest'
}

task digest(type: com.eriwen.gradle.Digest) {
  source "dir"
  dest "$buildDir/digest"
}

$ gradle digest

About

Digest sources to allow identification of files by their content

https://eriwen.github.io/gradle-digest-plugin/

License:Apache License 2.0


Languages

Language:Kotlin 100.0%