stachu540 / HiRezAPI

Reactive Java API Wrapper for Hi-Rez Studios games. (looking for maintainer)
MIT License
6 stars 1 forks source link

README maven import issues #54

Closed CustardGod closed 6 years ago

CustardGod commented 6 years ago

Describe the bug On the README the maven import is:

<dependencies>
    <dependency>
          <groupId>com.github.stachu540</groupId>
          <!--for all games-->
          <artifactId>HiRezAPI-core</artifactId> 
          <!--for paladins-->
          <!--<artifactId>HiRezAPI-paladins</artifactId>-->
          <!--for smite-->
          <!--<artifactId>HiRezAPI-smite</artifactId>-->
          <version>2.1.0</version>
     </dependency>
</dependencies>

The artifact IDs should be Api not API This cause an issue where even if corrected to the lower case version it would not import until the API files were deleted from the local machine

To Reproduce Steps to reproduce the behavior:

  1. Import using capital API
  2. Attempt to use lower case Api

Expected behavior Import should work as expected

Desktop (please complete the following information):

stachu540 commented 6 years ago

Readme has been updated. Thank you!