Skip to content

issues Search Results · repo:wpilibsuite/GradleRIO language:Java

Filter by

297 results
 (63 ms)

297 results

inwpilibsuite/GradleRIO (press backspace or delete to remove)

Many people misunderstand gradle. build builds EVERYTHING. The way to build just what gets deployed is difficult. We should add buildRobot and buildSim commands to make this a bit more obvious.
  • ThadHouse
  • Opened 
    on Nov 1, 2024
  • #758

Currently the only simple way to update vendor dependencies is through the VSCode plugin. It would be nice if there was a gradle task that performed the same operation comparing versions and downloading ...
  • ArchdukeTim
  • 3
  • Opened 
    on Sep 13, 2024
  • #746

Needs both the runtime library and the annotation processor
  • rzblue
  • 2
  • Opened 
    on Aug 28, 2024
  • #743

I have a Java robot project with a C++ subproject for a vision project. I would like to run the C++ subproject in simulation to test out my vision code but when I run ./gradlew :notedetection:simulateNative ...
  • spacey-sooty
  • Opened 
    on Jun 9, 2024
  • #741

A USB connection succeeds even if the hostname on the roboRIO is still stock on a roboRIO 2. Print a message when this occurs.
  • ThadHouse
  • Opened 
    on Apr 1, 2024
  • #734

Full error message: FAILURE: Build failed with an exception. * Where: Build file /home/spacey_sooty/Documents/frc/2024-Crescendo/build.gradle line: 4 * What went wrong: An exception occurred applying ...
  • spacey-sooty
  • 7
  • Opened 
    on Feb 28, 2024
  • #727

It should also have better exception handling/reporting to say which file is causing any kind of parsing issue. Reference: https://www.chiefdelphi.com/t/wslib-kitbot-code-build-failure-failed-to-apply-plugin-class-edu-wpi-first-gradlerio/455165 ...
  • PeterJohnson
  • Opened 
    on Feb 23, 2024
  • #726

GradleRIO does not accept jvmArgs.add( -XX:+UseG1GC , -XX:MaxGCPauseMillis=1 , -XX:GCTimeRatio=1 ) need to do as jvmArgs.add( -XX:+UseG1GC ) jvmArgs.add( -XX:MaxGCPauseMillis=1 ) jvmArgs.add( ...
  • fovea1959
  • Opened 
    on Feb 7, 2024
  • #722

https://www.chiefdelphi.com/t/gradle-2024-issue/449763 Error messages should give explicit instructions for resolution if possible
  • TheTripleV
  • 1
  • Opened 
    on Jan 12, 2024
  • #715

  • ThadHouse
  • 2
  • Opened 
    on Jan 12, 2024
  • #714
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub