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

Is this published to maven? #15

Open
virtuald opened this issue Mar 1, 2023 · 1 comment
Open

Is this published to maven? #15

virtuald opened this issue Mar 1, 2023 · 1 comment

Comments

@virtuald
Copy link

virtuald commented Mar 1, 2023

A RobotPy user would like us to support this sensor, but the provided vendor json doesn't point at valid artifacts.

@ferm10n
Copy link

ferm10n commented Feb 16, 2024

I was attempting to do a github workflow ci build. Our workaround was to download the jar for the distance sensor and edit the build.gradle config to include it in the build. you don't get the intellisense but it does the job.

dependencies {
    // ...
    implementation files('project/relative/path/to/DistanceSensor-java/0.4.0/DistanceSensor-java-0.4.0.jar')
    // ...
}

It definitely beats having to download the entire WPI lib / plugin stuff every CI build just to do the crazy patching process described in this repo's readme

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