--continue seçeneği
Açıklaması şöyle
gradle --continue will continue execution when a task fails, collecting all the errors. You may still need to ignore Gradle's exit code (e.g., in a build pipeline).
--offline seçeneği
Örnek
Şöyle yaparız
./gradlew build --offline-v seçeneği
version anlamına gelir. Sürüm bilgisini ekrana yazar
Örnek
Şöyle yaparız
$ ./gradlew --version ------------------------------------------------------------ Gradle 6.9 ------------------------------------------------------------ Build time: 2021-05-07 07:28:53 UTC Revision: afe2e24ababc7b0213ccffff44970aa18035fc0e Kotlin: 1.4.20 Groovy: 2.5.12 Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020 JVM: 11.0.10 (Ubuntu 11.0.10+9-Ubuntu-0ubuntu1.20.04) OS: Linux 4.19.128-microsoft-standard amd64
Hiç yorum yok:
Yorum Gönder