Skip to content

Commit a2128b6

Browse files
committed
Sort plugins in libs.versions.toml
1 parent d8c449f commit a2128b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ testcontainers-hivemq = { module = "org.testcontainers:hivemq", version.ref = "t
2323
testcontainers-toxiproxy = { module = "org.testcontainers:toxiproxy", version.ref = "testcontainers" }
2424

2525
[plugins]
26-
hivemq-extension = { id = "com.hivemq.extension", version = "3.1.0" }
2726
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
28-
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.15.1" }
27+
hivemq-extension = { id = "com.hivemq.extension", version = "3.1.0" }
2928
license = { id = "com.github.hierynomus.license", version = "0.16.1" }
29+
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.15.1" }

0 commit comments

Comments
 (0)