Skip to content

Commit bb8517d

Browse files
committed
Initiales Setup
1 parent 55d0ebd commit bb8517d

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ subprojects {
1515
}
1616

1717
ext.libraryVersions = [
18-
log4j: '2.0-rc1'
18+
log4j: '2.0-rc1',
19+
watchmaker: '0.7.1'
1920
]
2021
}

sessionOpt/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dependencies {
2+
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: ext.libraryVersions.log4j
3+
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: ext.libraryVersions.log4j
4+
compile group: 'org.uncommons.watchmaker', name: 'watchmaker-framework', version: ext.libraryVersions.watchmaker
5+
compile group: 'org.uncommons.watchmaker', name: 'watchmaker-swing', version: ext.libraryVersions.watchmaker
6+
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include "subproject"
1+
include "sessionOpt"

subproject/build.gradle

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)