Skip to content

Commit ce8829a

Browse files
RichoDemusGrover-c13
authored andcommitted
Use gradle-wrapper instead (#200)
* Use gradle-wrapper instead * Changed second gradle usage to use gradlew aswell
1 parent b6dfe0c commit ce8829a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ ___
2727
# Build
2828
- Clone the repo and cd into the folder
2929
- `` git submodule update --init ``
30-
- verify that you have gradle in your path
31-
- `` gradle build bundle ``
30+
- compile and package
31+
- `` ./gradlew build bundle ``
3232
- you should have the api bundled in ``build/libs/PokeGOAPI-Java_bundle-0.0.1-SNAPSHOT.jar``
3333

34-
PS : To Eclipse user, you must build once : `` gradle build `` and add the generated java class for proto into eclipse source path : Right click on the project > Build path > Configure Build Path > Source > Add Folder > Select `build/generated/source/proto/main/java` > Finish
34+
PS : To Eclipse user, you must build once : `` ./gradlew build `` and add the generated java class for proto into eclipse source path : Right click on the project > Build path > Configure Build Path > Source > Add Folder > Select `build/generated/source/proto/main/java` > Finish
3535

3636
# Usage
3737
Include the API as jar from your own build, or use Maven/Gradle/SBT/Leiningen: https://jitpack.io/#Grover-c13/PokeGOAPI-Java/master-SNAPSHOT

0 commit comments

Comments
 (0)