Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imbeerus/android-jar-plugin
Gradle plugin which will find your android.jar
https://github.com/imbeerus/android-jar-plugin
android gradle groovy
Last synced: about 1 month ago
JSON representation
Gradle plugin which will find your android.jar
- Host: GitHub
- URL: https://github.com/imbeerus/android-jar-plugin
- Owner: imbeerus
- Created: 2021-08-11T12:21:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T07:19:42.000Z (over 3 years ago)
- Last Synced: 2024-01-03T19:47:57.592Z (12 months ago)
- Topics: android, gradle, groovy
- Language: Groovy
- Homepage: https://plugins.gradle.org/plugin/com.lockwood.jar
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
:samples-dir: /home/tcagent1/agent/work/64493a816be20d5a/promote-projects/gradle/build/git-checkout/subprojects/docs/build/working/samples/install/gradle-plugin
:gradle-version: 7.1= Gradle Plugin Sample
[.download]
- link:zips/sample_gradle_plugin-groovy-dsl.zip[icon:download[] Groovy DSL]
- link:zips/sample_gradle_plugin-kotlin-dsl.zip[icon:download[] Kotlin DSL]NOTE: You can open this sample inside an IDE using the https://www.jetbrains.com/help/idea/gradle.html#gradle_import_project_start[IntelliJ native importer] or https://projects.eclipse.org/projects/tools.buildship[Eclipse Buildship].
This sample shows how to build a Gradle plugin in the Java language.
====
include::sample[dir="groovy",files="greeting-plugin/build.gradle[tags=plugin]"]
include::sample[dir="kotlin",files="greeting-plugin/build.gradle.kts[tags=plugin]"]
====For a more guided tour with plugin development, see link:https://gradle.org/guides/?q=Plugin%20Development[the guides for plugin development].
You can also generate this project locally using link:{userManualPath}/build_init_plugin.html#sec:java_gradle_plugin[`gradle init`].