Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/gradle-android-eggbox-plugin
Eggbox, eggs in a box!
https://github.com/gfx/gradle-android-eggbox-plugin
Last synced: 26 days ago
JSON representation
Eggbox, eggs in a box!
- Host: GitHub
- URL: https://github.com/gfx/gradle-android-eggbox-plugin
- Owner: gfx
- License: apache-2.0
- Created: 2014-11-28T07:47:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-28T13:47:56.000Z (over 9 years ago)
- Last Synced: 2023-04-09T21:19:17.742Z (over 1 year ago)
- Language: Groovy
- Size: 539 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Eggs in a box! [![Build Status](https://travis-ci.org/gfx/gradle-android-eggbox-plugin.svg)](https://travis-ci.org/gfx/gradle-android-eggbox-plugin)
[![Eggbox](eggbox-by-Lord-Inquisitor.jpg)](https://www.flickr.com/photos/13453980@N06/8372033532)
Eggbox plugin locks dependencies for Android applications,
just like as Ruby's [Bundler](http://bundler.io/) or Perl's [Carton](https://github.com/perl-carton/carton).This is just a proof-of-concept. Do not use this plugin in the production!
## Project Structure
```
plugin/ - The main module of a Gradle plugin
example/ - An example android application that uses this plugin
buildSrc/ - A helper module to use this plugin in example modules
```## Release Engineering
Copy `gradle.properties.sample` into `~/.gradle/gradle.properties` and set correct values.
Note that `PGP_KEY_ID` is the value that `gpg --list-secret-keys` shows.
## See Also
## Author and License
Copyright 2015, FUJI Goro (gfx) . All rights reserved.
This library may be copied only under the terms of the Apache License 2.0, which may be found in the distribution.