Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.36 KB

File metadata and controls

52 lines (38 loc) · 1.36 KB

Codeprimate Build

The Codeprimate Build project (or simply, "The Build"; org.codeprimate.build:maven-build) is a Maven project used to build and release all Codeprimate software.

Requirements

  1. Baseline is Java SE (JDK/JRE) 21.

  2. Builds with Oracle JDK 21 2025-01-21 LTS (build 21.0.6+8-LTS-188)

  3. Builds with Oracle JDK 23 2025-01-21 (build 23.0.2+7-58)

License

Build is licensed under the Apache 2.0 Software License Agreement.

Download / Include

Example 1. Maven
<dependency>
  <groupId>org.codeprimate.build</groupId>
  <artifactId>maven-build</artifactId>
  <version>2.0.0</version>
</dependency>

Issues

Please use GitHub Issues to report any bugs, improvements or feature requests.

Contributions

Thank you for your interests in contributing to the Codeprimate Build project. A full contributor license agreement (CLA) along with details on how to contribute to this project will be provided shortly.

In the meantime, please submit tickets using GitHub Issues or PRs using GitHub Pull Requests.

Thank you!