Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 555 Bytes

BUILD.md

File metadata and controls

16 lines (12 loc) · 555 Bytes

Requirements

  • gradle
  • maven
  • sed
  • java

Running build

You can run build by executing single "gradle" command and you will be asked for required attributes or you can provide them e.g:

gradle -PweldVersion=3.0.0.Beta1 -PweldPath=/home/user/weld

You can also specify additional optional "readme" attribute which will override preface text in README file in created Weld distribution zip e.g:

gradle -PweldVersion=3.0.0.Beta1 -PweldPath=/home/user/weld -Preadme="This is cutting edge CDI 2.0 prototype implementation"