Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5b1c2c5

Browse files
committedApr 4, 2025·
build: make the release visible on marketplace
1 parent 9e14b50 commit 5b1c2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ val publishPlugin by tasks.registering {
223223
pluginZip.outputs.files.singleFile, // do not change
224224
null, // do not change. Channels will be available later
225225
"Bug fixes and improvements",
226-
true
226+
false
227227
)
228228
}
229229
}

0 commit comments

Comments
 (0)
Please sign in to comment.