Last change
on this file since aa3ac754 was
aa3ac754,
checked in by str4d <str4d@…>, 7 years ago
|
Gradle test config improvements
|
-
Property mode set to
100644
|
File size:
411 bytes
|
Line | |
---|
1 | apply plugin: 'war' |
---|
2 | |
---|
3 | sourceSets { |
---|
4 | main { |
---|
5 | java { |
---|
6 | srcDir 'java/src' |
---|
7 | } |
---|
8 | } |
---|
9 | test { |
---|
10 | java { |
---|
11 | srcDir 'java/test/junit' |
---|
12 | } |
---|
13 | } |
---|
14 | } |
---|
15 | |
---|
16 | dependencies { |
---|
17 | compile project(':core') |
---|
18 | providedCompile project(':apps:ministreaming') |
---|
19 | providedCompile project(':apps:jetty') |
---|
20 | } |
---|
21 | |
---|
22 | war { |
---|
23 | from 'jsp' |
---|
24 | exclude 'jsp/web.xml' |
---|
25 | webXml = file('jsp/web.xml') |
---|
26 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.