Skip to content

Commit

Permalink
Cleanup version catalog naming
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Aug 11, 2023
1 parent 36e9437 commit 38a8149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
`kotlin-dsl`
alias(libs.plugins.plugin.publish)
alias(libs.plugins.pluginPublish)
alias(libs.plugins.defaults)
alias(libs.plugins.metadata)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
junit-jupiter = "5.9.3"

[plugins]
plugin-publish = { id = "com.gradle.plugin-publish", version = "1.2.0" }
pluginPublish = { id = "com.gradle.plugin-publish", version = "1.2.0" }
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
metadata = { id = "io.github.sgtsilvio.gradle.metadata", version = "0.5.0" }

0 comments on commit 38a8149

Please sign in to comment.