/system-sources

Primary LanguageJavaApache License 2.0Apache-2.0

system-sources

CI

Java library template

Development

Build:

mvn install

Full check (test and formatting):

mvn -Pci

Repair formatting:

mvn -Pfmt

Fast build (skip any check and file generation):

mvn -Pfast

Usage

To get this project into your build:

Add the JitPack repository to your build file

<repositories>
  <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
  </repository>
</repositories>

Add the dependency

<dependency>
    <groupId>com.github.enr</groupId>
    <artifactId>system-sources</artifactId>
    <version>${idealwinner.version}</version>
</dependency>