Glusk
Glusk
This is the [`.rultor.yml`](https://github.com/Glusk2/sprouts/blob/881ff0ef2fe83ef8b236581cd325e56ba6ad23b0/.rultor.yml) file I am using: ``` yml architect: - Glusk2 docker: image: "mingc/android-build-box:1.12.0" release: script: - "chmod +x gradlew" # Increment versionCode - "perl -i.orig -pe '/versionCode/...
[Utc](https://github.com/jcabi/jcabi-jdbc/blob/9e72ffab8d25961e8d0012c45d5e12cefcae7f3d/src/main/java/com/jcabi/jdbc/Utc.java) should be removed from source. According to this [SO answer](https://stackoverflow.com/a/49683937/6367213), SQL timestamps should be set and queried via the [Instant](https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html) class: > If you were using java.sql.Timestamp to exchange...
I've run into a problem working with the library. I'm not entirely sure what's wrong, but [this test](https://github.com/Glusk2/jcabi-xml/pull/1/commits/a0bea4ad0c74005aaf7360c94469c99e896cb726) (minimized in this [commit](https://github.com/Glusk2/jcabi-xml/commit/785821b1a378db6e154925624f17b9613d62586f)) fails. Code in question: ``` Java @Test public...