Écriture d'un script de build automatique, comprenant un outil de vérification détaillé de l'export final, afin de surveiller le poids du jeu, d'y détecter les anomalies et ainsi d'éviter les mauvaises surprises.
Writing of an automated build script, including a detailed check tool of the final export, in order to keep an eye on the size of the game, to detect irregularities and avoid unpleasant surprise.
Par exemple, il va inclure automatiquement la version du projet définie dans le script de build de Gradle dans les métadonnées de plugin.
For example, it will automatically include the project version defined in the Gradle build script in your plugin metadata.
Si vous utilisez un build manager comme Gradle ou Maven, il y a des plugins que vous pouvez appliquer à votre script de build qui peuvent signer les artefacts compilés et automatiser ce processus laborieux pour vous.
If you're using build manager such as Gradle or Maven, there are plugins you can apply to your build script that can sign built artefacts and automate this laborious process for you.
Une fois que vous avez ajouté toutes les bibliothèques nécessaires au classpath, vous pouvez exécuter le test Arquillian comme un test unitaire, depuis votre IDE, le script de build ou tout autre plugin de test.
Once you add all the necessary Arquillian libraries to the classpath, you can run an Arquillian test just like a unit test, whether you are running it from the IDE, the build script or any other test plugin.
Éditez le script de build conformément aux instructions à Configurer Gradle.
Edit the build script according to the instructions at Setting Up Gradle.