mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-05 14:21:55 +00:00
Set until-build to unlimited
This commit is contained in:
parent
b8f8fa3841
commit
b260f852cb
@ -7,7 +7,6 @@ plugins {
|
|||||||
alias(libs.plugins.kotlin) // Kotlin support
|
alias(libs.plugins.kotlin) // Kotlin support
|
||||||
alias(libs.plugins.intelliJPlatform) // IntelliJ Platform Gradle Plugin
|
alias(libs.plugins.intelliJPlatform) // IntelliJ Platform Gradle Plugin
|
||||||
alias(libs.plugins.changelog) // Gradle Changelog Plugin
|
alias(libs.plugins.changelog) // Gradle Changelog Plugin
|
||||||
alias(libs.plugins.qodana) // Gradle Qodana Plugin
|
|
||||||
alias(libs.plugins.composeCompiler) // Gradle Compose Compiler Plugin
|
alias(libs.plugins.composeCompiler) // Gradle Compose Compiler Plugin
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -88,7 +87,6 @@ intellijPlatform {
|
|||||||
|
|
||||||
ideaVersion {
|
ideaVersion {
|
||||||
sinceBuild = providers.gradleProperty("pluginSinceBuild")
|
sinceBuild = providers.gradleProperty("pluginSinceBuild")
|
||||||
untilBuild = providers.gradleProperty("pluginUntilBuild")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -7,8 +7,6 @@ opentest4j = "1.3.0"
|
|||||||
changelog = "2.2.1"
|
changelog = "2.2.1"
|
||||||
intelliJPlatform = "2.5.0"
|
intelliJPlatform = "2.5.0"
|
||||||
kotlin = "2.1.20"
|
kotlin = "2.1.20"
|
||||||
kover = "0.9.1"
|
|
||||||
qodana = "2024.3.4"
|
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||||
@ -18,6 +16,4 @@ opentest4j = { group = "org.opentest4j", name = "opentest4j", version.ref = "ope
|
|||||||
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
|
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
|
||||||
intelliJPlatform = { id = "org.jetbrains.intellij.platform", version.ref = "intelliJPlatform" }
|
intelliJPlatform = { id = "org.jetbrains.intellij.platform", version.ref = "intelliJPlatform" }
|
||||||
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||||
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
|
|
||||||
qodana = { id = "org.jetbrains.qodana", version.ref = "qodana" }
|
|
||||||
composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||||||
Loading…
Reference in New Issue
Block a user