Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit 5bee1f3

Browse files
g-ericsotomboc
authored andcommitted
Improve #35 Added the "Build Package" section (#36)
* Added the "Build Package" section * Fixed the typo and moved the "Build" section to the "Install" Fixed the typo and moved the "Build" section to the "Install"
1 parent a150982 commit 5bee1f3

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@ It achieves this by
1616
The main documents for consuming Endpoints can be found at
1717
https://cloud.google.com/endpoints/docs/frameworks/java
1818

19+
## Build package
20+
21+
git submodule init && git pull --recurse-submodules=yes
22+
./gradlew build
23+
1924
## Installing to local maven
2025

2126
To install test versions to Maven for easier dependency management, simply run:
2227

2328
gradle install
24-
25-
29+
2630
Java Versions
2731
-------------
2832

0 commit comments

Comments
 (0)