mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
IntelliJ Platform to 2019.3.3
This commit is contained in:
parent
580cf796ae
commit
7e18504478
@ -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 {
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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 {
|
||||
|
@ -14,7 +14,7 @@ repositories {
|
||||
|
||||
// See https://github.com/JetBrains/gradle-intellij-plugin/
|
||||
intellij {
|
||||
version '2019.2.4'
|
||||
version '2019.3.3'
|
||||
updateSinceUntilBuild = false
|
||||
|
||||
}
|
||||
|
@ -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'
|
||||
}
|
||||
|
@ -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 {
|
||||
|
@ -14,7 +14,7 @@ repositories {
|
||||
|
||||
// See https://github.com/JetBrains/gradle-intellij-plugin/
|
||||
intellij {
|
||||
version '2019.2.4'
|
||||
version '2019.3.3'
|
||||
updateSinceUntilBuild = false
|
||||
}
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user