Skip to content

Commit

Permalink
Sort plugins in libs.versions.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Oct 7, 2024
1 parent b32c359 commit 5539f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ testcontainers = { module = "org.testcontainers:testcontainers", version.ref = "
testcontainers-hivemq = { module = "org.testcontainers:hivemq", version.ref = "testcontainers" }

[plugins]
hivemq-extension = { id = "com.hivemq.extension", version = "3.2.0" }
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.15.1" }
hivemq-extension = { id = "com.hivemq.extension", version = "3.2.0" }
license = { id = "com.github.hierynomus.license", version = "0.16.1" }
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.15.1" }

0 comments on commit 5539f9f

Please sign in to comment.