Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.87 KB

README.adoc

File metadata and controls

37 lines (26 loc) · 1.87 KB

JSR 377 - Technical Compatibility Kit (TCK)

Contains the TCK sources for JSR-377.

Build Status Gitter Apache License 2

Contributing

  • All contributions made by JSR377 Expert Group members are governed by the JSPA.

  • All contributions made by non Expert Group members are governed by the Apache Software License v2.

If you’d like to join the EG then please send your nomination to https://jcp.org/en/jsr/egnom?id=377 Please bear in mind that you must be an JCP member and have signed the JSPA. You may require an additional signed Exhibit B depending on your membership type.

To get started (non-EG contributors), sign the Contributor License Agreement.

Additional resources

Building

This project uses Gradle as build tool. The build is set as a composite build until final binary releases of JSR377 are posted. Follow these instructions to build this project

$ git clone https://github.com/jsr377/jsr377-api.git jsr377/jsr377-api
$ git clone https://github.com/jsr377/jsr377-tck.git jsr377/jsr377-tck
$ cd jsr377/jsr377-tck
$ ./gradlew build