If I use gradle without daemon, I get for every task a new log file. If I use gradle with daemon, I get the following example after three runs:
:build:build:build
UP-TO-DATEUP-TO-DATEUP-TO-DATE
I’m using Gradle 2.1. Thx for the answers.
If I use gradle without daemon, I get for every task a new log file. If I use gradle with daemon, I get the following example after three runs:
:build:build:build
UP-TO-DATEUP-TO-DATEUP-TO-DATE
I’m using Gradle 2.1. Thx for the answers.
What operating system are you running on? How are you executing Gradle? Are you using a special terminal program?
We are working on Window 7 wtihout any terminal program.
For the gradle call we are using gradlew in a cmd shell from windows.