Skip to content

Commit

Permalink
Improve ordering in settings.gradle.kts (pluginManagement > plugins >…
Browse files Browse the repository at this point in the history
… script)
  • Loading branch information
SgtSilvio committed Sep 28, 2023
1 parent 54b263d commit 828d72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
rootProject.name = "mqtt-cli"

pluginManagement {
plugins {
id("com.github.johnrengelman.shadow") version "${extra["plugin.shadow.version"]}"
Expand All @@ -20,3 +18,5 @@ pluginManagement {
includeBuild("../hivemq/plugins")
}
}

rootProject.name = "mqtt-cli"

0 comments on commit 828d72c

Please sign in to comment.