mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Merge pull request #9480 from TacoTheDank/bumpSonar
Update Sonarqube to 3.5
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -126,4 +126,4 @@ jobs: | |||||||
|         env: |         env: | ||||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}  # Needed to get PR information, if any |           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}  # Needed to get PR information, if any | ||||||
|           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} |           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | ||||||
|         run: ./gradlew build sonarqube --info |         run: ./gradlew build sonar --info | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ plugins { | |||||||
|     id "kotlin-kapt" |     id "kotlin-kapt" | ||||||
|     id "kotlin-parcelize" |     id "kotlin-parcelize" | ||||||
|     id "checkstyle" |     id "checkstyle" | ||||||
|     id "org.sonarqube" version "3.3" |     id "org.sonarqube" version "3.5.0.2730" | ||||||
| } | } | ||||||
|  |  | ||||||
| android { | android { | ||||||
| @@ -169,7 +169,7 @@ afterEvaluate { | |||||||
|     preDebugBuild.dependsOn runCheckstyle, runKtlint |     preDebugBuild.dependsOn runCheckstyle, runKtlint | ||||||
| } | } | ||||||
|  |  | ||||||
| sonarqube { | sonar { | ||||||
|     properties { |     properties { | ||||||
|         property "sonar.projectKey", "TeamNewPipe_NewPipe" |         property "sonar.projectKey", "TeamNewPipe_NewPipe" | ||||||
|         property "sonar.organization", "teamnewpipe" |         property "sonar.organization", "teamnewpipe" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Stypox
					Stypox