gradle-git-clone-task | Gradle task to clone a git repo
kandi X-RAY | gradle-git-clone-task Summary
kandi X-RAY | gradle-git-clone-task Summary
gradle-git-clone-task is a Groovy library. gradle-git-clone-task has no bugs, it has no vulnerabilities and it has low support. However gradle-git-clone-task has a Non-SPDX License. You can download it from GitHub.
This project provides a Gradle task to do one thing: have a directory be the contents of a Git repo at a specified treeish. It will clone it if it doesn't exist already, check out the specified treeish, and fetch if you change the treeish to something that isn't in the current clone.
This project provides a Gradle task to do one thing: have a directory be the contents of a Git repo at a specified treeish. It will clone it if it doesn't exist already, check out the specified treeish, and fetch if you change the treeish to something that isn't in the current clone.
Support
Quality
Security
License
Reuse
Support
gradle-git-clone-task has a low active ecosystem.
It has 23 star(s) with 2 fork(s). There are 10 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 10 have been closed. On average issues are closed in 205 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of gradle-git-clone-task is current.
Quality
gradle-git-clone-task has 0 bugs and 0 code smells.
Security
gradle-git-clone-task has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
gradle-git-clone-task code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
gradle-git-clone-task has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
gradle-git-clone-task releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gradle-git-clone-task
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gradle-git-clone-task
gradle-git-clone-task Key Features
No Key Features are available at this moment for gradle-git-clone-task.
gradle-git-clone-task Examples and Code Snippets
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.palominolabs.gradle.task:gradle-git-clone-task:0.0.2'
}
}
// use any task name you like
task cloneSomeRepo(type: com.palominolabs.gradle.task.git.clone.GitCloneT
Community Discussions
No Community Discussions are available at this moment for gradle-git-clone-task.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gradle-git-clone-task
Suppose you want the contents of git@github.com:palominolabs/gradle-git-clone-task-demo-repo.git to be in build/some-repo. Put this in your build.gradle:.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page