Skip to content

Commit

Permalink
COPCD-40: Extracted version to toml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziswb committed Dec 17, 2024
1 parent f63e5ab commit a624e10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
alias(libs.plugins.detekt)
alias(libs.plugins.kotlin.jvm)
alias(libs.plugins.spotless)
id ("com.gradle.plugin-publish") version "1.3.0"
alias(libs.plugins.plugin.publish)
}

group = "ch.ergon.todochecker"
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ detekt = "1.23.0"
jira-rest-java-client = "5.2.6"
kotlin = "1.8.22"
spotless = "6.19.0"
publish = "1.3.0"

[libraries]
jira-rest-java-client = { module = "com.atlassian.jira:jira-rest-java-client-core", version.ref = "jira-rest-java-client" }
Expand All @@ -11,3 +12,4 @@ jira-rest-java-client = { module = "com.atlassian.jira:jira-rest-java-client-cor
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
plugin-publish = { id = "com.gradle.plugin-publish", version.ref = "publish" }

0 comments on commit a624e10

Please sign in to comment.