I'm hesitant to write the dev list since I'm new to gradle and this
plugin, but I'm having some issues compiling this plugin for use in
the Android ignition project.
Immediately after installing the latest stable gradle and cloning the
gradle-android-plugin repo, I run 'gradle build' and am greeted with:
* Where:
Build file '/home/ncampion/development/mln_dev/gradle-android-plugin/
build.gradle' line: 48
* What went wrong:
A problem occurred evaluating root project 'gradle-android-plugin'.
Cause: Could not find property 'output' on source set main.
I've done some reading suggesting that most users of this plugin (or
at least its builders) are on Gradle 0.9, so I tried that too and
ended up in the same spot with slightly different wording. It seems
that ignite is currently looking for version 1.1.0-SNAPSHOT which
isn't currently available @
http://jvoegele.com/maven2/com/jvoegele/gradle/plugins/android-plugin/
so I figured the best way to get that version would be to build it.
Unfortunately, after my tinkering my lack of experience with gradle
isn't getting me too far, so maybe you guys have some ideas?