Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
92d384573e | |||
4468f606ed |
@ -12,7 +12,7 @@ allprojects {
|
||||
}
|
||||
|
||||
group = 'com.jdbernard'
|
||||
version = '0.1.1'
|
||||
version = '0.1.2'
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
|
@ -28,7 +28,7 @@ import static com.jdbernard.wdiwtlt.cli.CliErr.*
|
||||
|
||||
public class CommandLineInterface {
|
||||
|
||||
public static final VERSION = "0.1.1"
|
||||
public static final VERSION = "0.1.2"
|
||||
|
||||
public static final def DOC = """\
|
||||
wdiwtlt v$VERSION
|
||||
@ -551,6 +551,7 @@ Configuration:
|
||||
[(idKeyFor(selectionClass)): it.id]) }.findAll()
|
||||
|
||||
case ~/absent files/:
|
||||
scanMediaLibrary()
|
||||
return library.getMediaFilesWhere(presentLocally: false)
|
||||
|
||||
case ~/files tagged( as){0,1}((\s[^\s]+)+)/:
|
||||
|
@ -25,6 +25,6 @@ dependencies {
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
|
||||
runtime 'com.h2database:h2:1.4.185'
|
||||
runtime 'com.h2database:h2:1.4.192'
|
||||
runtime 'org.postgresql:postgresql:9.4.1207.jre7'
|
||||
}
|
||||
|
Reference in New Issue
Block a user