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

Add dependencies GradleRIO build.gradle should have #5

Open
andrewgazelka opened this issue Jan 12, 2019 · 0 comments
Open

Add dependencies GradleRIO build.gradle should have #5

andrewgazelka opened this issue Jan 12, 2019 · 0 comments

Comments

@andrewgazelka
Copy link
Contributor

Make it so we don't need to execute ./gradlew downloadAll. This is really dumb. Dependencies should work with IntelliJ auto-import like any main Gradle project. This is probably added because people in VS(dumb)Code don't have auto import and when they are doing gradle deploy (which tries to download dependencies) they are (usually) not connected to the internet and are instead connected to the robot so they can't download dependencies... but native Gradle (with java) already has a task (./gradlew jar) to download dependencies which aren't dumb like GradleRIO's... what is GradleRIO doing...

This can be accomplished by looking at the GradleRIO plugin and moving over the repos they use to download dependencies to our build.gradle.

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

1 participant