Use of Gradle templates

Source: Internet
Author: User

There are some tedious steps to create a project using plug-ins when using Gradle. These steps can be replaced with some gradle templates.

Specific operation steps:

Install Gradle:

Prerequired:java SDK Installed

1. Dowload Gradle from:http://gradle.org/downloads2. Set Gradle Home Environment variable:gradle_home. Pointing to the place where the Gradle binaries is3. ADD%gradle_home%\bin; To your PATH environment variable STRING4. Run gradle-v command to test your installation and configuration is correct

To apply the Gradle template:

Download Gradle template, it is recommended to use https://github.com/townsfolk/gradle-templates download zip file can be extracted to the path (such as D:\gradle-template)

Locate the%userprofile%/.gradle/init.gradle file (if not, please refer to http://gradle.org/docs/current/userguide/init_scripts.html to create one)

File contents:

Gradle.beforeproject {prj--
Prj.apply from: ' E:\\gradle\\gradle-templates\\installation\\apply.groovy '
}

The cmd command executes. Gradle tasks. You can see that the commands involved in the template are loaded.

Use of Gradle templates

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.