client
Clone or download
1. Add a simple Github Action workflow to verify the project 2. Update .gitignore Also contains the following updates to pom.xml: 1. Update groupId to com.stream-pi 2. Update version from 1.0.0 to 1.0.0-SNAPSHOT 3. Align properties and their names 4. Remove unnecessary transitive dependencies 5. Use maven.compiler.release instead of source and target
Modified Files
Name | ||||
---|---|---|---|---|
A | .github/workflows/build.yml | +27 | −0 | Go to diff View file |
M | .gitignore | +11 | −4 | Go to diff View file |
M | pom.xml | +21 | −47 | Go to diff View file |