Skip to content

Commit f97e314

Browse files
committed
Fixed Ream Me
1 parent f88ed38 commit f97e314

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# This library is completely remade for Java 8 ++ , so it is no compatible with Java 7 and below !!!
22

3-
#### If you want to add changes to the Library , you have to download it and run Maven Clean Package like below :
3+
## Maven Clean Package [ With Javadocs produced ]
44

5-
```mvn -Dmaven.javadoc.skip=true clean package``` [ Because some methods have no comments , that will change soon ]
5+
```mvn -Dmaven.javadoc.skip=true clean package```
66

7+
## Maven Clean Package [ No Javadocs produced ]
8+
9+
```mvn -Dmaven.javadoc.skip=true clean package```
710

811
#### Create your own Google_API_KEY from this website
912

0 commit comments

Comments
 (0)