mirror of
https://github.com/apple/pkl.git
synced 2026-03-25 10:31:35 +01:00
This small change fixes a bug introduced by the `validatePom` task within the `pklPublishLibrary` plugin. When running project-wide tasks like `./gradle tasks`, projects which don't provide a POM fail the build, because the `generatePomFileForLibraryPublication` cannot be found, but it is expected to be present. Fixes and closes apple/pkl#215 Signed-off-by: Sam Gammon <sam@elide.ventures>