You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nope, all good on my end. But until this is fixed, stuff on CI passes (meaning the PR will be green) even if the JSON is not well formatted - just something to keep an eye on.
./gradlew scaffold --coordinates com.example:my-library:1.0.0
testImplementation "com.example:my-library:$libraryVersion"
frombuild.gradle
metadata/com.example/my-library/1.0.0/index.json
to look like this:./gradlew check
Expected: It should fail because the JSON is not formatted
Actual: Passes
The text was updated successfully, but these errors were encountered: