Skip to content

Commit dd0ce36

Browse files
committed
Merge 21.6.0 to develop
2 parents 0c94c4f + fe2827e commit dd0ce36

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

build.gradle

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -305,22 +305,6 @@ subprojects {
305305
description: "Displays the dependencies for all projects")
306306
}
307307

308-
// We copy the resource files to a separate directory so they can be copied to jsptmp directory
309-
// for use in compiling JSPs. Copying directly from the project.sourceSets.webapp.output for the JSP
310-
// task for api does not work when modules may be evaluated before the api module is evaluated. Attempts to
311-
// declare evaluationDependsOn(:server:api) for each of these projects did not work.
312-
// This task is defined at the root to eliminate problems with evaluation order
313-
project.task("copyTagLibsBase",
314-
type: Copy,
315-
{CopySpec copy ->
316-
copy.from "${BuildUtils.getApiProjectPath(gradle).replace(":", "/").substring(1)}/webapp"
317-
copy.into "${project.buildDir}/webapp"
318-
copy.include 'WEB-INF/web.xml'
319-
copy.include 'WEB-INF/*.tld'
320-
copy.include 'WEB-INF/*.jspf'
321-
}
322-
)
323-
324308
project.task("showDiscrepancies",
325309
group: "Help",
326310
type: ShowDiscrepancies,

0 commit comments

Comments
 (0)