rdblue commented on issue #286: add build documents from source code
URL: 
https://github.com/apache/incubator-iceberg/issues/286#issuecomment-511544826
 
 
   Do you mean how to invoke the build? If so, you can run this to build and 
run tests:
   
   ```
   ./gradlew build
   ```
   
   If you want to skip tests, run:
   
   ```
   ./gradlew build -x test
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to