Created
June 21, 2016 11:14
-
-
Save jirikrepl/ffaddc5eddb6c271604dcf4dd5e75825 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13:13:24: Executing external task 'build'... | |
/home/kreplj/code/K4-tools/K5-API/src/main/java/cz/mzk/k5/api/remote/domain/ProcessLog.java:3: error: cannot find symbol | |
import java.util.Base64; // jen java 8 | |
^ | |
symbol: class Base64 | |
location: package java.util | |
/home/kreplj/code/K4-tools/K5-API/src/main/java/cz/mzk/k5/api/remote/domain/ProcessLog.java:9: error: package Base64 does not exist | |
private Base64.Decoder decoder = Base64.getDecoder(); | |
^ | |
/home/kreplj/code/K4-tools/K5-API/src/main/java/cz/mzk/k5/api/remote/domain/ProcessLog.java:9: error: cannot find symbol | |
private Base64.Decoder decoder = Base64.getDecoder(); | |
^ | |
symbol: variable Base64 | |
location: class ProcessLog | |
/home/kreplj/code/K4-tools/K5-API/src/main/java/cz/mzk/k5/api/client/StringConverter.java:38: warning: NotImplementedException is internal proprietary API and may be removed in a future release | |
throw new NotImplementedException(); | |
^ | |
3 errors | |
1 warning | |
:K5-API:compileJava FAILED | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Execution failed for task ':K5-API:compileJava'. | |
> 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. | |
BUILD FAILED | |
Total time: 0.313 secs | |
Compilation failed; see the compiler error output for details. | |
13:13:24: External task execution finished 'build'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment