Builds Spark (minus the Install4j distributables) after every change to the code.

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
30 seconds
Labels
None
Agent
Default Agent
Revision
a610568cddbc840c27d7a03daca0ddcb7b4883d9
Total tests
6
Successful since
#340 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Author Commit Message Commit date
ilyaHlevnoy <71222850+Plyha@users.noreply.github.com> ilyaHlevnoy <71222850+Plyha@users.noreply.github.com> a610568cddbc840c27d7a03daca0ddcb7b4883d9 Replace deprecated custom ulit class Base64 (#695)
Since Java 8 there is Base64 util class https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html
I think we should use it.