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)
- Host: GitHub
- URL: https://github.com/sunzxyong/gradle-plugin-support
- Owner: Sunzxyong
- License: apache-2.0
- Created: 2019-01-08T13:05:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T12:15:16.000Z (over 7 years ago)
- Last Synced: 2025-06-23T04:43:16.736Z (about 1 year ago)
- Topics: gradle-plugin, gradle-plugin-development, gradle-plugin-helper, gradle-plugin-support, groovy, idea-plugin
- Language: Java
- Homepage:
- Size: 168 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**:

# **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.