Update README with Codeberg Issues link and pipeline-specific badge. Remove SonarCloud configuration from pom.xml and workflow.

This commit is contained in:
2026-03-07 18:51:34 +01:00
parent fc7952f8a2
commit b199495d55
4 changed files with 17 additions and 31 deletions
+15
View File
@@ -0,0 +1,15 @@
when:
- event: push
branch: develop
steps:
- name: hello
image: alpine
commands:
- echo "Hello World!"
- name: maven verify
image: maven:3-amazoncorretto-17-alpine
commands:
- mvn -B verify