Is there a command-line way to get information about a gradle task? December 1, 2023 by Tarik There is gradle help --task <taskname> for exactly this now.