Skip to content

Commit 3389235

Browse files
committed
chore: address comment
Signed-off-by: georgi-l95 <glazarov95@gmail.com>
1 parent 49853ea commit 3389235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ javaModules {
2121
module("block-providers/files.recent") { artifact = "block-node-blocks-file-recent" }
2222
module("health") { artifact = "block-node-health" }
2323
module("messaging") { artifact = "facility-messaging" }
24-
module("stream-publisher") { artifact = "block-node-stream-publisher" }
2524
module("s3-archive") { artifact = "block-node-s3-archive" }
2625
module("server-status") { artifact = "block-node-server-status" }
2726
module("spi") { artifact = "block-node-spi-plugins" }
27+
module("stream-publisher") { artifact = "block-node-stream-publisher" }
2828
module("stream-subscriber") { artifact = "block-node-stream-subscriber" }
2929
module("verification") { artifact = "block-node-verification" }
3030
}

0 commit comments

Comments
 (0)