文件名称:git-hooks-gradle-plugin:直接从Gradle构建脚本配置共享Git钩子
文件大小:70KB
文件格式:ZIP
更新时间:2024-03-07 10:39:54
git gradle-plugin git-hooks Java
git-hooks-gradle-plugin 直接从构建脚本配置共享 设置 Groovy plugins { id ' com.github.jakemarsden.git-hooks ' version ' x.x.x ' } Kotlin plugins { id( " com.github.jakemarsden.git-hooks " ) version " x.x.x " } 用法示例 简单的 在每次提交之前, check确保check任务成功: Groovy gitHooks { hooks = [ ' pre-commit ' : ' check ' ] } Kotlin gitHooks { setHooks( mapOf ( " pre-commit " to " check " )) } 输出 下一次任何Gradle任务运行时,这将创建一个.gi
【文件预览】:
git-hooks-gradle-plugin-master
----gradlew(6KB)
----settings.gradle(45B)
----.github()
--------workflows()
----VERSION(6B)
----src()
--------test()
--------main()
----LICENSE(1KB)
----gradle()
--------wrapper()
----README.md(3KB)
----.run()
--------check.run.xml(766B)
--------format.run.xml(768B)
--------clean.run.xml(766B)
--------build.run.xml(766B)
----gradlew.bat(3KB)
----.gitignore(23B)
----build.gradle(3KB)