We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6414e5 commit 11eaf61Copy full SHA for 11eaf61
1 file changed
build.gradle
@@ -179,9 +179,11 @@ publishing {
179
}
180
181
subprojects {
182
- github {
183
- accessToken = providers.environmentVariable("GITHUB_TOKEN")
184
- parent project(":").tasks.named("publishGithub")
+ publishMods {
+ github {
+ accessToken = providers.environmentVariable("GITHUB_TOKEN")
185
+ parent project(":").tasks.named("publishGithub")
186
+ }
187
188
189
0 commit comments