Skip to content

Commit

Permalink
Update release channel in Gradle build file. (#125)
Browse files Browse the repository at this point in the history
The release channel in the Gradle build file has been updated from "Stable" to "Snapshots". This adjustment helps to accommodate the testing or development process that may require snapshot releases.
  • Loading branch information
lamba92 authored Feb 29, 2024
1 parent 48416c2 commit 77a68f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ tasks {
host = "https://tbe.labs.jb.gg/"
token = project.properties["toolboxEnterpriseToken"]?.toString()
?: getenv("TOOLBOX_ENTERPRISE_TOKEN")
channels = listOf("Stable")
channels = listOf("Snapshots")
}

register<PublishPluginTask>("publishShadowPluginToMarketplace") {
Expand Down

0 comments on commit 77a68f9

Please sign in to comment.