This is an automated email from the ASF dual-hosted git repository.
thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/master by this push:
new 79b75ff6a emoving --info option from Gradle
79b75ff6a is described below
commit 79b75ff6a7b1b1ffea14a7e730eb790398726012
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Sun Feb 22 11:42:27 2026 -0300
emoving --info option from Gradle
---
justfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/justfile b/justfile
index 9f94a7125..21a1516e6 100644
--- a/justfile
+++ b/justfile
@@ -1,4 +1,4 @@
-gradle-options := "--watch-fs --info"
+gradle-options := "--watch-fs"
# Print all recipes
default: