An open API service indexing awesome lists of open source software.

https://github.com/sunzxyong/gradle-plugin-support

The IDEA plugin for help to create and develop a standard Gradle Plugin project.(一个用于创建和开发一个标准的Gradle Plugin工程的IDEA插件,包含生成标准的Gradle Plugin工程、BuildSrc工程与Groovy Class)
https://github.com/sunzxyong/gradle-plugin-support

gradle-plugin gradle-plugin-development gradle-plugin-helper gradle-plugin-support groovy idea-plugin

Last synced: 11 months ago
JSON representation

The IDEA plugin for help to create and develop a standard Gradle Plugin project.(一个用于创建和开发一个标准的Gradle Plugin工程的IDEA插件,包含生成标准的Gradle Plugin工程、BuildSrc工程与Groovy Class)

Awesome Lists containing this project

README

          

# **Gradle Plugin Support**
The IDEA plugin for help to create and develop a standard Gradle Plugin project. Includes generate the standard Gradle Plugin module、BuildSrc module and Groovy Class.

## **Install**
### **1、Network**
> Search plugin name "Gradle Plugin Support".

### **2、Local**
> Download the plugins in the `/libs` directory.

## **Support**
* **Android Studio 3.0.0+.**

## **About**
* **Blog**:[https://zhengxiaoyong.com](https://zhengxiaoyong.com)
* **Wechat**:

![](https://raw.githubusercontent.com/Sunzxyong/ImageRepository/master/qrcode.jpg)

# **LICENSE**
>
> Apache License
>
> Version 2.0, January 2004
> http://www.apache.org/licenses/
>
> Copyright 2019 郑晓勇
>
> Licensed under the Apache License, Version 2.0 (the "License");
> you may not use this file except in compliance with the License.
> You may obtain a copy of the License at
>
> http://www.apache.org/licenses/LICENSE-2.0
>
> Unless required by applicable law or agreed to in writing, software
> distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> See the License for the specific language governing permissions and
> limitations under the License.