Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

Script fails to compile #8

Description

@radarsh

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 using Gradle 3.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions