Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ealden/gradle-androidannotations-plugin
AndroidAnnotations plugin for Gradle
https://github.com/ealden/gradle-androidannotations-plugin
Last synced: about 1 month ago
JSON representation
AndroidAnnotations plugin for Gradle
- Host: GitHub
- URL: https://github.com/ealden/gradle-androidannotations-plugin
- Owner: ealden
- License: apache-2.0
- Created: 2011-12-27T05:36:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-18T05:31:42.000Z (over 12 years ago)
- Last Synced: 2023-07-05T08:09:35.919Z (over 1 year ago)
- Language: Groovy
- Homepage: http://androidannotations.org
- Size: 769 KB
- Stars: 40
- Watchers: 3
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome - gradle-androidannotations-plugin - AndroidAnnotations plugin for Gradle (etc)
- awesome - gradle-androidannotations-plugin - AndroidAnnotations plugin for Gradle (etc)
README
# AndroidAnnotations plugin for Gradle
This plugin configures a [Gradle](http://gradle.org) project to add [AndroidAnnotations](http://androidannotations.org) to the build process.
## Installation
```
buildscript {
repositories {
mavenCentral()
}def gradleAndroidAnnotationsPluginVersion = '0.3.0'
dependencies {
classpath "net.ealden.gradle.plugins:gradle-androidannotations-plugin:$gradleAndroidAnnotationsPluginVersion"
}
}apply plugin: 'androidannotations'
apply plugin: 'idea'androidAnnotationsVersion = '2.2'
```[![Built on DEV@cloud](http://web-static-cloudfront.s3.amazonaws.com/images/badges/BuiltOnDEV.png)](https://gradle-androidannotations-plugin.ci.cloudbees.com)