Skip to content

Commit 7b915c9

Browse files
authored
Fix SonarQube (#422)
* add workflow dispatch * upgrade sonarqube * upgrade java version for the sonar job * use the latest version for java 8 * change back
1 parent c13a48a commit 7b915c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ name: "SonarQube"
1717
on:
1818
schedule:
1919
- cron: '0 0 * * *'
20+
workflow_dispatch:
2021

2122
jobs:
2223
sonar-report:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import org.codehaus.groovy.runtime.GStringImpl
1717
plugins {
1818
id "idea"
1919
id "org.scoverage" version "8.1" apply false
20-
id "org.sonarqube" version "3.4.0.2513"
20+
id "org.sonarqube" version "3.5.0.2730"
2121
id "com.diffplug.spotless" version "6.12.1" apply false
2222
id "org.nosphere.apache.rat" version "0.8.1"
2323
id "com.github.maiflai.scalatest" version "0.32" apply false

0 commit comments

Comments
 (0)