Skip to content

Commit

Permalink
Cleanup settings.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jan 28, 2021
1 parent ee26a54 commit d0b773c
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,3 +1,5 @@
rootProject.name = "hivemq-extension-sdk"

pluginManagement {
plugins {
id("com.github.hierynomus.license") version "${extra["plugin.license.version"]}"
Expand All @@ -7,5 +9,3 @@ pluginManagement {
id("com.github.sgtsilvio.gradle.javadoc-links") version "${extra["plugin.javadoc-links.version"]}"
}
}

rootProject.name = "hivemq-extension-sdk"

0 comments on commit d0b773c

Please sign in to comment.