mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
Add dev-build config to enable running IJ Community in a (dev build) mode
(cherry picked from commit a4d97acc80af112f7fe3b51eedaab770f6a03b29) (cherry picked from commit 7f4bf1bdaf815d17c9b455b2bab89b042dae03e0) IJ-MR-173046 GitOrigin-RevId: b2c3e20c66e89a48134c4874c39c75106a6e495a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8d93101e7f
commit
b29d5966d6
12
build/dev-build.json
Normal file
12
build/dev-build.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"products": {
|
||||
"community": {
|
||||
"modules": [
|
||||
"intellij.idea.community.build",
|
||||
"intellij.idea.community.build.dependencies",
|
||||
"intellij.platform.buildScripts"
|
||||
],
|
||||
"class": "org.jetbrains.intellij.build.IdeaCommunityProperties"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user