Files
openide/plugins/webp/lib/libwebp

Updating the WebP JNI library

  1. Open the IntelliJ Platform Products | IntelliJ Project Dependencies | WebP project in TeamCity.
  2. Open VCS settings and change the Default branch to a tag of a new version (e.g., refs/tags/v1.3.2).
  3. Run all builds, download the artifacts, and replace libraries in community/plugins/webp/lib/libwebp/<os> directories (for macOS, combine artifacts into a universal binary first with lipo).
  4. Update community/plugins/webp/lib/libwebp.jar ...
  5. Update the version constant in WebpNativeLibHelper#getDecoderVersion.