Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Playwright 1.29.0 is not yet available on Maven Central #1159

Closed
emecas opened this issue Jan 5, 2023 · 1 comment
Closed

[BUG] Playwright 1.29.0 is not yet available on Maven Central #1159

emecas opened this issue Jan 5, 2023 · 1 comment

Comments

@emecas
Copy link

emecas commented Jan 5, 2023

Context:

Playwright 1.29.0 is not yet available on Maven Central, latest version available right now is 1.28.1 released Nov 29, 2022

That cause compilation issues while following the Getting Started, Installation, Usage section here. The page is referencing the 1.29.0 version in the pom.xml

A temporal solution is using 1.28.1

https://mvnrepository.com/artifact/com.microsoft.playwright/playwright

image

Code Snippet

    <dependency>
      <groupId>com.microsoft.playwright</groupId>
      <artifactId>playwright</artifactId>
      <version>1.29.0</version>
    </dependency>

Describe the bug

Missing artifact com.microsoft.playwright:playwright:jar:1.29Java(0)

emecas added a commit to emecas/playwright that referenced this issue Jan 6, 2023
Fix compilation issue:  microsoft/playwright-java#1159


Signed-off-by: Emerson Castaneda <emecas@users.noreply.github.com>
emecas added a commit to emecas/playwright that referenced this issue Jan 6, 2023
Fix compilation issue:  microsoft/playwright-java#1159

Signed-off-by: Emerson Castaneda <emecas@users.noreply.github.com>
@yury-s
Copy link
Member

yury-s commented Jan 18, 2023

1.29.0 is now available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants