Add support for InLays generic API
Improved the version handling of the gradle files for IDEA SDK Signed-off-by: gayanper <gayanper@gmail.com>
This commit is contained in:
@@ -7,14 +7,17 @@ repositories {
|
||||
}
|
||||
|
||||
intellij {
|
||||
version '2017.3'
|
||||
version '2018.3'
|
||||
plugins = ['IntelliLang', 'com.github.gtache.lsp:1.5.4']
|
||||
pluginName 'idea-boot-java'
|
||||
downloadSources = false
|
||||
// if you want run with your IDEA installation
|
||||
//localPath '/opt/ideaIC-2018'
|
||||
}
|
||||
|
||||
patchPluginXml {
|
||||
untilBuild '2019.3'
|
||||
untilBuild '193.*'
|
||||
sinceBuild '183.3647.12'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
</change-notes>
|
||||
|
||||
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
|
||||
<idea-version since-build="145.0"/>
|
||||
<idea-version since-build="" until-build=""/>
|
||||
|
||||
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
|
||||
on how to target different products -->
|
||||
|
||||
Reference in New Issue
Block a user