Skip to content

Commit 67bb45f

Browse files
committed
add example to new build, and move example source to a conventional
location
1 parent 8a854ed commit 67bb45f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ repositories {
88
mavenCentral()
99
}
1010

11+
sourceSets {
12+
example
13+
}
14+
15+
configurations.exampleCompile.extendsFrom(configurations.compile)
16+
1117
dependencies {
1218
compile files(projectDir.getAbsolutePath() + '/lib/WebSocket.jar')
1319
compile group: 'commons-collections', name: 'commons-collections', version: '3.2'

0 commit comments

Comments
 (0)