mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 19:58:23 +07:00
increase "since" version to 193 + disable searchable options
GitOrigin-RevId: 7a166e200eba37fc3949b7c390701aaf3081ea6f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ff39d96196
commit
1924fe42cb
@@ -30,15 +30,15 @@ apply plugin: 'org.jetbrains.intellij'
|
||||
apply plugin: 'java'
|
||||
|
||||
intellij {
|
||||
version 'IU-192.6603.28'
|
||||
version 'IU-193.6015.39'
|
||||
plugins = [
|
||||
'com.jetbrains.php:192.6603.42',
|
||||
'com.jetbrains.php:193.6015.48',
|
||||
'JavaScriptLanguage',
|
||||
'yaml',
|
||||
'org.jetbrains.plugins.go:192.6603.23.335',
|
||||
'org.jetbrains.plugins.go:193.5662.53.103',
|
||||
'Docker',
|
||||
'pythonid:2019.2.192.6603.23',
|
||||
'org.jetbrains.plugins.ruby:2019.2.20190829',
|
||||
'pythonid:193.6015.28',
|
||||
'org.jetbrains.plugins.ruby:193.6015.9',
|
||||
'coverage',
|
||||
'CSS',
|
||||
'java-i18n',
|
||||
@@ -49,10 +49,14 @@ intellij {
|
||||
}
|
||||
|
||||
patchPluginXml {
|
||||
sinceBuild '192'
|
||||
sinceBuild '193'
|
||||
untilBuild '203.*'
|
||||
}
|
||||
|
||||
buildSearchableOptions {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
group 'ru.adelf'
|
||||
version '2020.3' // Plugin version
|
||||
sourceCompatibility = 1.8
|
||||
Reference in New Issue
Block a user