You can fix this by setting the variable prior to running Gradle
- run: name: Run build command: export TERM=${TERM:-dumb} && ./gradlew clean build
You can fix this by setting the variable prior to running Gradle
- run: name: Run build command: export TERM=${TERM:-dumb} && ./gradlew clean build
Comments
Please sign in to leave a comment.