It shouldn't be the issue, but again this isn't showing everything I need:
CMD (Note: This will redirect to a file and will not show anything in console, wait for the prompt to show up again):
gradlew build --refresh-dependencies --rerun-tasks --stacktrace --console plain 1> output.log 2>&1
PowerShell:
.\gradlew build --refresh-dependencies --rerun-tasks --stacktrace --console plain | Tee-Object -Path output.log