Finished convertion to java.time

This commit is contained in:
Erik C. Thauvin 2016-07-17 14:11:13 -07:00
parent 89f64cd9f5
commit 88115b6ee8
6 changed files with 208 additions and 26 deletions

View file

@ -1,6 +1,6 @@
plugins {
id "com.ewerk.gradle.plugins.annotation-processor" version "1.0.2"
id "com.github.ben-manes.versions" version "0.12.0"
id "com.github.ben-manes.versions" version "0.13.0"
}
apply plugin: 'java'
@ -140,4 +140,4 @@ task release(dependsOn: ['wrapper', 'clean', 'deploy']) << {
group = 'Publishing'
description = 'Releases new version.'
isRelease = true
}
}