Skip to content

Commit

Permalink
LPS-134421 Update jar reference in gradle-plugins-defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyangzhou authored and brianchandotcom committed Jun 21, 2021
1 parent a2d8c00 commit 2570a71
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2298,7 +2298,8 @@ public void execute(
else if (_isUtilTaglibDependency(group, name)) {
file = new File(
utilTaglibDependencyDir,
"WEB-INF/lib/util-taglib.jar");
"WEB-INF/shielded-container-lib" +
"/util-taglib.jar");

if (!file.exists()) {
throw new GradleException(
Expand Down

0 comments on commit 2570a71

Please sign in to comment.