File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -298,22 +298,6 @@ subprojects {
298
298
description : " Displays the dependencies for all projects" )
299
299
}
300
300
301
- // We copy the resource files to a separate directory so they can be copied to jsptmp directory
302
- // for use in compiling JSPs. Copying directly from the project.sourceSets.webapp.output for the JSP
303
- // task for api does not work when modules may be evaluated before the api module is evaluated. Attempts to
304
- // declare evaluationDependsOn(:server:api) for each of these projects did not work.
305
- // This task is defined at the root to eliminate problems with evaluation order
306
- project. task(" copyTagLibsBase" ,
307
- type : Copy ,
308
- {CopySpec copy ->
309
- copy. from " ${ BuildUtils.getApiProjectPath(gradle).replace(":", "/").substring(1)} /webapp"
310
- copy. into " ${ project.buildDir} /webapp"
311
- copy. include ' WEB-INF/web.xml'
312
- copy. include ' WEB-INF/*.tld'
313
- copy. include ' WEB-INF/*.jspf'
314
- }
315
- )
316
-
317
301
project. task(" showDiscrepancies" ,
318
302
group : " Help" ,
319
303
type : ShowDiscrepancies ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ windowsProteomicsBinariesVersion=1.0
58
58
bintrayPluginVersion =1.8.4
59
59
artifactoryPluginVersion =4.13.0
60
60
gradleNodePluginVersion =2.2.4
61
- gradlePluginsVersion =1.25.1
61
+ gradlePluginsVersion =1.27.0
62
62
owaspDependencyCheckPluginVersion =5.2.1
63
63
versioningPluginVersion =1.1.0
64
64
You can’t perform that action at this time.
0 commit comments