Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 894 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (28 loc) · 894 Bytes

Welcome to contribute Spring Oxygen

Hello! Thank you for taking the time to contribute! If you want to join us, please send email to [email protected].

PRs Welcome

Installation Prerequisites

  • Git 2.22.+
  • Java 11.+
  • Gradle 6.5.+

Build and Package

  • for Gradle
git clone -b latest https://github.com/ispong/spring-oxygen
cd spring-oxygen
gradle publishToMavenLocal
  • for Maven
git clone -b latest https://github.com/ispong/spring-oxygen
cd spring-oxygen
mvn install

Add git signed commits

gpg --gen-key
git config commit.gpgsign true
gpg --list-secret-keys
gpg --armor --export F2307DAE