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.
2 parents c3a47d8 + 9906ff6 commit db9afe6Copy full SHA for db9afe6
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
./gradlew sonar \
80
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
81
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \
82
- -Dsonar.token=${{ secrets.SONAR_TOKEN }} \
+ -Dsonar.token="${{ secrets.SONAR_TOKEN }}" \
83
-Dsonar.qualitygate.wait=true
84
85
#Deployment
build.gradle
@@ -19,7 +19,7 @@ ext {
19
// required for pekko
20
scalaVersion = '3'
21
scalaBinaryVersion = '3.7.1'
22
- pekkoVersion = "1.1.3"
+ pekkoVersion = "1.1.4"
23
}
24
25
group = 'com.github.ie3-institute'
0 commit comments