IntelliJ Platform to 2019.3.3

This commit is contained in:
JohnHake 2020-02-19 12:02:09 -08:00
parent 580cf796ae
commit 7e18504478
10 changed files with 10 additions and 10 deletions

View File

@ -16,7 +16,7 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2019.2.4'
version '2019.3.3'
updateSinceUntilBuild = false
}
patchPluginXml {

View File

@ -26,7 +26,7 @@ dependencies {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2019.3.2'
version '2019.3.3'
type 'IC'
plugins 'java'
updateSinceUntilBuild = false

View File

@ -24,7 +24,7 @@ test {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2019.3.2'
version '2019.3.3'
plugins 'java'
updateSinceUntilBuild = false
}

View File

@ -16,7 +16,7 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2019.2.4'
version '2019.3.3'
updateSinceUntilBuild = false
}
patchPluginXml {

View File

@ -14,7 +14,7 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2019.2.4'
version '2019.3.3'
updateSinceUntilBuild = false
}

View File

@ -14,7 +14,7 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2019.2.4'
version '2019.3.3'
updateSinceUntilBuild = false
plugins 'java'
}

View File

@ -15,7 +15,7 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
// Define IntelliJ Platform API version to use for building this plugin
version '2019.2.4'
version '2019.3.3'
}
patchPluginXml {

View File

@ -14,7 +14,7 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2019.2.4'
version '2019.3.3'
updateSinceUntilBuild = false
}

View File

@ -25,7 +25,7 @@ sourceSets {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2019.2.4'
version '2019.3.3'
updateSinceUntilBuild = false
}
compileKotlin {

View File

@ -16,7 +16,7 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2019.2.4'
version '2019.3.3'
type 'PY'
updateSinceUntilBuild = false
}