Update the root project name check in `publish.gradle`
The name was changed in https://github.com/google/ExoPlayer/commit/052c358dcd01481c3d1e2f9bec26775fcc2b04ba and this check wasn't updated, meaning publishing no longer worked (it didn't publish anything, just printed lots of warnings like `Skipping task ':test-utils-robolectric:publish' as it has no actions.`). This change means the check is now using the same source-of-truth as the root project name, so it shouldn't go out of sync again. #minor-release PiperOrigin-RevId: 531457952
Showing
with
2 additions
and
2 deletions
Please
register
or
sign in
to comment