Updated to new SwingWorker.
More Java 8 optimizations.
This commit is contained in:
parent
9e601d45ef
commit
5c8951a0a8
18 changed files with 497 additions and 622 deletions
|
@ -74,12 +74,12 @@ dependencies {
|
|||
compile 'org.twitter4j:twitter4j-core:4.0.4'
|
||||
compile 'net.sf.delicious-java:delicious:1.14'
|
||||
|
||||
compileOnly 'net.thauvin.erik:semver:0.9.5-beta'
|
||||
compileOnly 'net.thauvin.erik:semver:0.9.6-beta'
|
||||
}
|
||||
|
||||
annotationProcessor {
|
||||
project.version = getVersion(isRelease)
|
||||
library 'net.thauvin.erik:semver:0.9.5-beta'
|
||||
library 'net.thauvin.erik:semver:0.9.6-beta'
|
||||
processor 'net.thauvin.erik.semver.VersionProcessor'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue