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 Aug 9, 2024
1 parent d8c449f commit a2128b6
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 @@ -23,7 +23,7 @@ testcontainers-hivemq = { module = "org.testcontainers:hivemq", version.ref = "t
testcontainers-toxiproxy = { module = "org.testcontainers:toxiproxy", version.ref = "testcontainers" }

[plugins]
hivemq-extension = { id = "com.hivemq.extension", version = "3.1.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.1.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 a2128b6

Please sign in to comment.