dmillerw / RemoteIO

15 stars 14 forks source link

Move apis to src/api/java #19

Closed tgame14 closed 10 years ago

tgame14 commented 10 years ago

Hey, noticed in your source that you ship all API's. well gradle fixes that.

Instead of putting all api's in src/main/java, add a new source folder to your eclipse/idea and put it in src/api/java, place all api's there, then when it builds it will compile with it but not ship. Also will contribute to general cleanliness of the code.