Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
52ac68fc
Commit
52ac68fc
authored
6 years ago
by
Alexander Bubenchikov
Browse files
Options
Download
Email Patches
Plain Diff
IDEA-183383 - added bundled maven to installator build script
parent
0ef33539
Branches unavailable
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/build-scripts/groovy/org/jetbrains/intellij/build/impl/BuildTasksImpl.groovy
+1
-0
...y/org/jetbrains/intellij/build/impl/BuildTasksImpl.groovy
with
1 addition
and
0 deletions
+1
-0
platform/build-scripts/groovy/org/jetbrains/intellij/build/impl/BuildTasksImpl.groovy
+
1
-
0
View file @
52ac68fc
...
...
@@ -303,6 +303,7 @@ idea.fatal.error.notification=disabled
void
buildDistributions
()
{
checkProductProperties
()
copyDependenciesFile
()
setupBundledMaven
()
def
patchedApplicationInfo
=
patchApplicationInfo
()
logFreeDiskSpace
(
"before compilation"
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help