You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2022. It is now read-only.
I am trying to use the colored-test-output plugin but when I add it to my buid.gradle I get the below compilation error.
$ gradle test
FAILURE: Build failed with an exception.
* Where:
Script 'https://raw.github.com/brunodecarvalho/gradle-plugins/master/colored-test-output.gradle' line: 1
* What went wrong:
Could not compile script 'https://raw.github.com/brunodecarvalho/gradle-plugins/master/colored-test-output.gradle'.
> startup failed:
script 'https://raw.github.com/brunodecarvalho/gradle-plugins/master/colored-test-output.gradle': 1: unable to resolve class org.gradle.logging.StyledTextOutput
@ line 1, column 1.
import org.gradle.logging.StyledTextOutput
^
script 'https://raw.github.com/brunodecarvalho/gradle-plugins/master/colored-test-output.gradle': 3: unable to resolve class org.gradle.logging.StyledTextOutput
@ line 3, column 1.
import static org.gradle.logging.StyledTextOutput.Style
^
2 errors
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
I am trying to use the
colored-test-outputplugin but when I add it to my buid.gradle I get the below compilation error.I am using Gradle 3.5