Skip to content

Commit 0b80d7f

Browse files
committed
Switched 'sonar.login' property for current sonarqube plugin to 'sonar.token'.
1 parent d5ba2da commit 0b80d7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
run: ./gradlew check --scan
3030

3131
- name: Execute Gradle sonarqube
32-
run: ./gradlew sonar -Dsonar.login=${{ secrets.SONAR_TOKEN }} --scan
32+
run: ./gradlew sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }} --scan

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
// project meta data
66
group 'de.havox_design.aoc2015'
7-
version '0.0.6'
7+
version '0.0.7'
88

99
// Switch to gradle "all" distribution.
1010
wrapper {

0 commit comments

Comments
 (0)