embulk / embulk/gradle-embulk-runset

com.squareup.okio:okio:2.8.0 was not installed properly

Open
#33 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

An Embulk plugin had a dependency on `com.squareup.okio:okio:2.8.0`. When installing it with `gradle-embulk-runset`, `okio` was not installed properly.

Under `/com/squareup/okio/okio/2.8.0/`, there was `okio-jvm-2.8.0.jar`, not `okio-2.8.0.jar`. It was the cause.

* https://repo1.maven.org/maven2/com/squareup/okio/okio/2.8.0/
* https://mvnrepository.com/artifact/com.squareup.okio/okio/2.8.0

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing installation of com.squareup.okio:okio:2.8.0 with gradle-embulk-runset and inspect the dependency installation path. Compare the Maven directory's okio-jvm-2.8.0.jar with the expected okio-2.8.0.jar; done means the dependency installs successfully without assuming the older filename.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.