Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion sonarqube-10.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: sonarqube-10
version: "25.5.0.107428"
epoch: 0
epoch: 1
description: SonarQube is an open source platform for continuous inspection of code quality
copyright:
- license: LGPL-3.0-or-later
Expand Down Expand Up @@ -44,6 +44,8 @@ pipeline:
tag: ${{package.version}}
expected-commit: bf47187553b709a17f3017089fc64a062d2f50d0

- uses: maven/pombump

- name: build
runs: |
./gradlew build -x test -DbuildNumber=${{vars.build-number}} # skipping tests as some tests fail, seemingly due to filesystem particularities
Expand Down
4 changes: 4 additions & 0 deletions sonarqube-10/pombump-deps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
patches:
- groupId: commons-beanutils
artifactId: commons-beanutils
version: 1.11.0
Loading