We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d492c commit 27f0cd7Copy full SHA for 27f0cd7
lib/build.gradle
@@ -156,7 +156,6 @@ publishing {
156
157
publications {
158
release(MavenPublication) {
159
- from components.findByName('release')
160
artifact androidSourcesJar
161
groupId = 'com.google.android.material'
162
artifactId = 'material'
@@ -186,6 +185,10 @@ publishing {
186
185
url = 'https://github.com/material-components/material-components-android'
187
}
188
+
189
+ afterEvaluate {
190
+ from components.release
191
+ }
192
193
194
0 commit comments