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

Move to net.datafaker:javafaker :1.6.0 to avoid the snakeyaml 1.30-android issue #1285

Merged
merged 1 commit into from Oct 20, 2022

Conversation

berngp
Copy link
Contributor

@berngp berngp commented Oct 20, 2022

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Other (please describe):

Changes in this PR

Addressing the following error due to javafaker depending on snakeyaml-1.30-android.jar

Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find snakeyaml-1.30-android.jar (org.yaml:snakeyaml:1.30).
     Searched in the following locations:
         https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.30/snakeyaml-1.30-android.jar

…droid issue

Addressing the following error due to javafaker depending on snakeyaml-1.30-android.jar
```
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find snakeyaml-1.30-android.jar (org.yaml:snakeyaml:1.30).
     Searched in the following locations:
         https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.30/snakeyaml-1.30-android.jar
```
@berngp berngp merged commit 092da25 into master Oct 20, 2022
@berngp berngp deleted the feature/address-datafaker-snakeyaml-issue branch October 20, 2022 01:47
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

Successfully merging this pull request may close these issues.

None yet

1 participant