Skip to content

Commit

Permalink
build > use = instead of .set()
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Apr 18, 2024
1 parent 7ed9469 commit b78415c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ group = "com.hivemq.extensions"
description = "HiveMQ Discovery Extension based on usage of Azure Storage Blobs"

hivemqExtension {
name.set("Azure Cluster Discovery Extension")
author.set("HiveMQ")
priority.set(1000)
startPriority.set(10000)
sdkVersion.set(libs.versions.hivemq.extensionSdk)
name = "Azure Cluster Discovery Extension"
author = "HiveMQ"
priority = 1000
startPriority = 10000
sdkVersion = libs.versions.hivemq.extensionSdk

resources {
from("LICENSE")
Expand Down

0 comments on commit b78415c

Please sign in to comment.