Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
fa299e0b
Commit
fa299e0b
authored
6 years ago
by
Dmitriy.Panov
Browse files
Options
Download
Email Patches
Plain Diff
IJI-9: warning message for run configuration
parent
4704230a
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/icons/src/org/jetbrains/intellij/build/images/sync/ideaSyncFromIconsRepo.kt
+4
-1
...rains/intellij/build/images/sync/ideaSyncFromIconsRepo.kt
with
4 additions
and
1 deletion
+4
-1
platform/build-scripts/icons/src/org/jetbrains/intellij/build/images/sync/ideaSyncFromIconsRepo.kt
+
4
-
1
View file @
fa299e0b
...
...
@@ -10,8 +10,11 @@ import org.jetbrains.jps.util.JpsPathUtil
import
java.io.File
fun
main
(
args
:
Array
<
String
>)
{
if
(
args
.
isEmpty
())
System
.
err
.
println
(
"If you haven't intended to start full icons sync"
+
" then please specify required icons repo's commit hashes"
+
" joined by comma, semicolon or space in arguments"
)
System
.
setProperty
(
Context
.
iconsCommitHashesToSyncArg
,
args
.
joinToString
())
echo
(
"Syncing icons.."
)
if
(
args
.
isNotEmpty
())
System
.
setProperty
(
Context
.
iconsCommitHashesToSyncArg
,
args
.
joinToString
())
checkIcons
()
echo
(
"Generating classes.."
)
generateIconsClasses
()
...
...
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