Skip to content

Commit

Permalink
Use axion-release-plugin for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
piter75 committed Aug 25, 2024
1 parent dec62c2 commit 9d044e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ plugins {
id("org.jetbrains.intellij") version "1.17.3"
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "2.0.0"
// axion-release-plugin - read more: https://github.com/allegro/axion-release-plugin
id("pl.allegro.tech.build.axion-release") version "1.18.5"
}

group = properties("pluginGroup")
version = properties("pluginVersion")
version = scmVersion.version

// Configure project's dependencies
repositories {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

pluginGroup = com.github.piter75
pluginName = Gruvbox Themes
pluginVersion = 0.7.4

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#intellij-platform-based-products-of-recent-ide-versions
# for insight into build numbers and IntelliJ Platform versions.
Expand Down

0 comments on commit 9d044e6

Please sign in to comment.