We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13a48a commit 7b915c9Copy full SHA for 7b915c9
.github/workflows/sonar.yml
@@ -17,6 +17,7 @@ name: "SonarQube"
17
on:
18
schedule:
19
- cron: '0 0 * * *'
20
+ workflow_dispatch:
21
22
jobs:
23
sonar-report:
build.gradle
@@ -17,7 +17,7 @@ import org.codehaus.groovy.runtime.GStringImpl
plugins {
id "idea"
id "org.scoverage" version "8.1" apply false
- id "org.sonarqube" version "3.4.0.2513"
+ id "org.sonarqube" version "3.5.0.2730"
id "com.diffplug.spotless" version "6.12.1" apply false
id "org.nosphere.apache.rat" version "0.8.1"
id "com.github.maiflai.scalatest" version "0.32" apply false
0 commit comments