dimanche 4 mai 2014

gradlew idea : FAILURE: Could not determine which tasks to execute.


Une petite astuce, pour ceux qui comme moi, ne connaisse pas bien gradlew.

Problème

Pour "idealizer" mon projet GroovyFx, j'ai voulu utiliser la commande gradlew

$gralew idea

J'ai eu le message d'erreur suivant :

FAILURE: Could not determine which tasks to execute.

* What went wrong:
Task 'idea' not found in root project 'tsecure'.

* Try:
Run gradlew tasks to get a list of available tasks.


Solution


Il suffit d'ajouter la ligne suivante à votre fichier build.gradle :

 apply plugin: 'idea'

Vous pouvez ensuite relancer:

$gralew idea

Aucun commentaire:

Enregistrer un commentaire