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:
gayanper
2019-03-25 21:14:09 +05:30
parent a08e4ef4fd
commit 74505e647a
2 changed files with 6 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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 -->