diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant index a092e36f46eb..e611d9f81413 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -157,6 +157,8 @@ def layoutFull(String home, String targetDirectory, String patchedDescriptorDir jar("jps-server.jar") { module("jps-builders") module("jps-model") + } + jar("groovy-rt.jar") { module("groovy-rt") }