mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47: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/')
|
||||
recommended()
|
||||
select {
|
||||
types = [IntelliJPlatformType.PhpStorm]
|
||||
channels = [ProductRelease.Channel.RELEASE]
|
||||
sinceBuild = '232'
|
||||
untilBuild = '241.*'
|
||||
it.types = [IntelliJPlatformType.PhpStorm]
|
||||
it.channels = [ProductRelease.Channel.RELEASE]
|
||||
it.sinceBuild = '232'
|
||||
it.untilBuild = '241.*'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user