DiceTechnology / dice-where

IP to Location lookup library
MIT License
3 stars 0 forks source link

Fix dice-where-downloader #83

Closed mpontes closed 3 years ago

mpontes commented 3 years ago

The JAR for dice-where-downloader (and subsequent Docker image) was broken, attempting to run it returned an error, due to classes being missing:

Error: Could not find or load main class technology.dice.dicewhere.downloader.main.Main

This PR fixes that.

codecov[bot] commented 3 years ago

Codecov Report

Merging #83 (46246d4) into master (5f20d0b) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #83   +/-   ##
=========================================
  Coverage     78.35%   78.35%           
  Complexity      338      338           
=========================================
  Files            49       49           
  Lines          1275     1275           
  Branches        153      153           
=========================================
  Hits            999      999           
  Misses          222      222           
  Partials         54       54           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 81a1b4d...46246d4. Read the comment docs.