valentinilk / compose-shimmer

A simple shimmer library for Jetpack Compose.
https://valentinilk.github.io/compose-shimmer/
Apache License 2.0
673 stars 37 forks source link

Demo app not compile! #17

Closed Monabr closed 1 year ago

Monabr commented 1 year ago

Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'ossrhUsername' for project ':shimmer' of type org.gradle.api.Project.

valentinilk commented 1 year ago

That's a duplicate of https://github.com/valentinilk/compose-shimmer/issues/13#issue-1644779683

So that's the solution:

Removing the whole afterEvaluate block in shimmer/build.gradle.kts should fix it. That is only required if you want to publish the build to maven.