Finished convertion to java.time
This commit is contained in:
parent
89f64cd9f5
commit
88115b6ee8
6 changed files with 208 additions and 26 deletions
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue