Skip to content

Gilmoh/Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo:
- Adjust maven pom:
    - adjust groupId by adding your sub group at the end (i.e. formula)
    - adjust artifactId by giving it a name (i.e. core)
    - adjust properties if you don't intend to use java (1.)8

- Adjust the files in .github if you don't use main as your default branch (i.e. rename main to your default branch name)
- Create your package in the src/main/java folder and delete the empty placeholder file
- Create your package in the src/test/java folder and delete the empty placeholder file
- Get going