2016-05-27 13 views
2

Ich habe ein Groovy 2.4.x-Projekt und versuche, Gradle's continuous build-Funktion zu verwenden. Allerdings, wenn ich laufen:Unterstützt Gradle Groovy Plugin kontinuierliche Builds?

./gradlew build --continuous 

ich Fehler erhalten:

[email protected]:~/sandbox/myapp$./gradlew build --continuous 

FAILURE: Build failed with an exception. 

* What went wrong: 
Problem configuring task :build from command line. 
> Unknown command-line option '--continuous'. 

* Try: 
Run gradle help --task :build to get task usage details. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. 

BUILD FAILED 

Ich frage mich, ob dies ist, weil ich die Groovy-Plugin (apply plugin: groovy) bin mit ... sind kontinuierliche Builds nicht verfügbar für Groovy-Apps? Wenn ja, wie kann ich kontinuierliche Builds für meine App verwenden (oder ist das nicht möglich)? Ansonsten, was ist hier los?

+0

Das hat nichts mit der Version von groovy oder dem groovigen Plugin –

+0

zu tun. Ich habe es mit grandle 3.4 und groovy versucht, sehe es aber noch nicht. Ich sehe nur in der Konsole "Continuous Build ist ein Inkubationsfeature" Änderungen der Quellen tun nichts. – Guus

Antwort

Verwandte Themen