Timeywimey is a collection of libraries providing conversion utilities for JodaTime, Legacy java.util.Date, and Java 8 java.time classes.
timeywimey-core provides Java static methods for the conversion logic usable in both Java 8 and Scala.
timeywimey-scala includes Scala implicits to provide syntactic sugars .asJava and .asJoda.
This is a Cropster maintained version of the original project from meetup.
See the original README for more details and usage.
- Configure your
gradle.properties, fromgradle.properties.sample - Build and test
gradle build test
- Publish to Nexus
gradle publish