mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
[IntelliJ Platform Gradle Plugin] fixed Groovy code snippet
This commit is contained in:
parent
467c384edc
commit
d2089024c5
@ -1409,10 +1409,10 @@ intellijPlatform {
|
|||||||
local file('/path/to/ide/')
|
local file('/path/to/ide/')
|
||||||
recommended()
|
recommended()
|
||||||
select {
|
select {
|
||||||
types = [IntelliJPlatformType.PhpStorm]
|
it.types = [IntelliJPlatformType.PhpStorm]
|
||||||
channels = [ProductRelease.Channel.RELEASE]
|
it.channels = [ProductRelease.Channel.RELEASE]
|
||||||
sinceBuild = '232'
|
it.sinceBuild = '232'
|
||||||
untilBuild = '241.*'
|
it.untilBuild = '241.*'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user