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 0094954 commit a15f8c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ testcontainers-junitJupiter = { module = "org.testcontainers:junit-jupiter", ver
wiremock = { module = "org.wiremock:wiremock", version.ref = "wiremock" }

[plugins]
hivemq-extension = { id = "com.hivemq.extension", version = "3.1.0" }
protobuf = { id = "com.google.protobuf", version = "0.9.2" }
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" }
protobuf = { id = "com.google.protobuf", version = "0.9.2" }

0 comments on commit a15f8c9

Please sign in to comment.