WPIRoboticsProjects / GRIP

Program for rapidly developing computer vision applications
http://wpiroboticsprojects.github.io/GRIP
Other
379 stars 107 forks source link

Fix java 14 url to point to always existing version #960

Closed ThadHouse closed 4 years ago

ThadHouse commented 4 years ago

This should mean we no longer need to update the version every time oracle removes one.

codecov-io commented 4 years ago

Codecov Report

Merging #960 into master will increase coverage by 0.02%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #960      +/-   ##
============================================
+ Coverage     52.55%   52.57%   +0.02%     
  Complexity        1        1              
============================================
  Files           331      331              
  Lines          8968     8968              
  Branches        569      569              
============================================
+ Hits           4713     4715       +2     
  Misses         4049     4049              
+ Partials        206      204       -2