Gradle $TERM not set

Configuration Solution

You can fix this error by setting the variable prior to running Gradle. Here is an example: 

- run:
    name: Run build
    command:  export TERM=${TERM:-dumb} && ./gradlew clean build
Was this article helpful?
4 out of 5 found this helpful

Comments

0 comments

Article is closed for comments.