Pregunta

https://github.com/breskeby/gradleplugins/tree/master/emmaplugin

No puedo hacer que funcione con Gradle 1.7 con la documentación actual.

¿Fue útil?

Solución

Ugh finalmente:

apply from:'http://github.com/breskeby/gradleplugins/raw/master/emmaPlugin/emma.gradle'

No funcionó, tuve que descargarlo y ponerlo localmente. Asi que:

apply from: 'emma.gradle'

Obras :-)

Otros consejos

El problema es que el enlace Github.com dado redirige a raw.githubusercontent.com

probar

apply from: 'https://raw.githubusercontent.com/breskeby/gradleplugins/master/emmaPlugin/emma.gradle'

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top