Hi. I’m a new gradle user. I was given a fairly straightforward java program with instructions to build and run with gradle. I run from the command-line on Linux. Is there a way for gradle to print to the screen the full instructions it uses to compile and run the Java code? For example, I would like it to print the actual javac commands that gradle uses to compile the code, and then also print the full command that gradle then uses to run the code.
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to print javac compiling command when executing gradle build | 3 | 6594 | June 17, 2020 | |
How do I easily print commands being run by Exec tasks? | 5 | 28939 | February 14, 2012 | |
Gradle as Java Lib | 1 | 504 | October 25, 2013 | |
Getting java version of current gradle run | 5 | 32523 | October 12, 2012 | |
Println statements printed every time any task runs | 1 | 559 | December 1, 2016 |