Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created March 13, 2019 19:50
Show Gist options
  • Save eminetto/32d12599a5650afea99329e19c63c609 to your computer and use it in GitHub Desktop.
Save eminetto/32d12599a5650afea99329e19c63c609 to your computer and use it in GitHub Desktop.
16:48:26 in ~/codenation/java-6 ⇣76% ➜ codenation test -c java-6
Versão: 1.0.8
Usando arquivo de configuração: /Users/eminetto/.codenation.yml
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :compileJava
> Task :processResources NO-SOURCE
> Task :classes
> Task :compileTestJava FAILED
/Users/eminetto/codenation/java-6/src/test/java/challenge/CriptografiaCesarianaTest.java:14: error: cannot find symbol
private Criptografia criptografia;
^
symbol: class Criptografia
location: class CriptografiaCesarianaTest
/Users/eminetto/codenation/java-6/src/test/java/challenge/CriptografiaCesarianaTest.java:18: error: cannot find symbol
criptografia = new CriptografiaCesariana();
^
symbol: class CriptografiaCesariana
location: class CriptografiaCesarianaTest
2 errors
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileTestJava'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 6s
2 actionable tasks: 2 executed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment