mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 11:54:40 +00:00
Update version property in gradle.properties and remove redundant pluginVersion configuration from build.gradle.kts
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
|
||||
- Migrate IntelliJ Platform repository configuration to `settings.gradle.kts`
|
||||
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.14.0`
|
||||
- Simplify property configuration by removing redundant `pluginGroup` reference from `build.gradle.kts` and updating `gradle.properties`.
|
||||
- Update `group` property in `gradle.properties` and remove redundant `pluginGroup` configuration from `build.gradle.kts`
|
||||
- Update `version` property in `gradle.properties` and remove redundant `pluginVersion` configuration from `build.gradle.kts`
|
||||
|
||||
### Removed
|
||||
|
||||
|
||||
@@ -10,8 +10,6 @@ plugins {
|
||||
alias(libs.plugins.kover) // Gradle Kover Plugin
|
||||
}
|
||||
|
||||
version = providers.gradleProperty("pluginVersion").get()
|
||||
|
||||
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/version_catalogs.html
|
||||
dependencies {
|
||||
testImplementation(libs.junit)
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
|
||||
|
||||
group = org.jetbrains.plugins.template
|
||||
version = 2.4.1
|
||||
|
||||
pluginName = IntelliJ Platform Plugin Template
|
||||
pluginRepositoryUrl = https://github.com/JetBrains/intellij-platform-plugin-template
|
||||
# SemVer format -> https://semver.org
|
||||
pluginVersion = 2.4.1
|
||||
|
||||
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||
pluginSinceBuild = 252
|
||||
|
||||
Reference in New Issue
Block a user