https://github.com/mageddo/gradle-plugin-demo
A simple gradle plugin exame ready for publish
https://github.com/mageddo/gradle-plugin-demo
Last synced: about 1 year ago
JSON representation
A simple gradle plugin exame ready for publish
- Host: GitHub
- URL: https://github.com/mageddo/gradle-plugin-demo
- Owner: mageddo
- Created: 2016-06-02T18:17:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T18:26:38.000Z (about 10 years ago)
- Last Synced: 2025-02-02T01:41:18.550Z (over 1 year ago)
- Language: Groovy
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple gradle plugin demo for create yourself
# Publishing your plugin
* [Create a gradle account](https://login.gradle.org/user/login)
* [Setup Gradle to publish plugins on your gradle account](https://plugins.gradle.org/docs/submit)
* publish the plugin
$ gradle gradle publishPlugins --info
# Useful links
* [Setup Gradle to publish plugins on your gradle account](https://plugins.gradle.org/docs/submit)
* [Publishing your plugin on gradle](https://plugins.gradle.org/docs/publish-plugin)
* [How to write your plugin](https://docs.gradle.org/current/userguide/custom_plugins.html)
# License
Apache 2.0