Commit c1d849f
committed
Remove unused resources srcDirs from gwt-2.0 javaagent testapp source set
The testapp source set's resources block was never consumed: the webapp files are copied directly via the copyTestWebapp task using from(file("src/testapp/webapp")), independent of the source set. compileGwt only uses java.srcDirs/compileClasspath, and the test classpath only adds build/testapp/classes. Dropping the dead block.1 parent 41c75ed commit c1d849f
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| |||
0 commit comments