Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
reverting back changes done part of 55ed798
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohan Kornipati committed Oct 14, 2015
1 parent 6c9b527 commit 10c3a33
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,8 @@ abstract class AbstractTomcatRun extends Tomcat {
@TaskAction
protected void start() {
logger.info "Configuring Tomcat for ${getProject()}"
def consolidatedClassPath = new TreeSet<File>()
consolidatedClassPath.addAll(getTomcatClasspath().files)
consolidatedClassPath.addAll(getWebAppClasspath().files)
threadContextClassLoader.withClasspath(consolidatedClassPath) {

threadContextClassLoader.withClasspath(getTomcatClasspath().files) {
validateConfigurationAndStartTomcat()
}
}
Expand Down

0 comments on commit 10c3a33

Please sign in to comment.