This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch javax
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/javax by this push:
     new f967b2e03 emoving --info option from Gradle
f967b2e03 is described below

commit f967b2e038fb52f0f155a48b5c47e7cff0fc92c3
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:

Reply via email to