[build.gradle] change to sinceBuild and untilBuild for 201

This commit is contained in:
JohnHake 2020-05-12 15:04:48 -07:00
parent 0d1c966cc9
commit 59c87425b8
20 changed files with 44 additions and 20 deletions

View File

@ -17,7 +17,6 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2020.1'
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -26,4 +25,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -28,7 +28,6 @@ dependencies {
intellij {
version = '2020.1'
plugins = ['java']
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -37,4 +36,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -28,7 +28,6 @@ test {
intellij {
version = '2020.1'
plugins = ['java']
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -37,4 +36,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -17,7 +17,6 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2020.1'
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -26,4 +25,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -17,7 +17,6 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2020.1'
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -26,5 +25,7 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -18,7 +18,6 @@ repositories {
intellij {
version = '2020.1'
plugins = ['java']
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -27,4 +26,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -17,7 +17,6 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2020.1'
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -26,4 +25,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -26,13 +26,18 @@ sourceSets {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2020.1'
sameSinceUntilBuild = true
}
buildSearchableOptions {
enabled = false
}
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}
compileKotlin {
kotlinOptions.jvmTarget = "1.8"
}

View File

@ -17,7 +17,6 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2020.1'
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -26,4 +25,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -17,7 +17,6 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2020.1'
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -26,4 +25,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -17,7 +17,6 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2020.1'
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -26,4 +25,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -18,7 +18,6 @@ repositories {
intellij {
version = '2020.1'
type = 'PY'
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -27,4 +26,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -18,7 +18,6 @@ repositories {
intellij {
version = '2020.1'
plugins = ['java']
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -27,4 +26,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -17,7 +17,6 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2020.1'
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -26,4 +25,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -17,7 +17,6 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2020.1'
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -26,4 +25,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -18,7 +18,6 @@ repositories {
intellij {
version = '2020.1'
plugins = ['java']
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -27,4 +26,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -17,7 +17,6 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2020.1'
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -26,4 +25,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -34,7 +34,6 @@ dependencies {
intellij {
version = '2020.1'
plugins = ['java']
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -43,4 +42,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -17,7 +17,6 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2020.1'
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -26,4 +25,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}

View File

@ -17,7 +17,6 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2020.1'
sameSinceUntilBuild = true
}
buildSearchableOptions {
@ -26,4 +25,6 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '201'
untilBuild = '201.*'
}