On server side we using 8.3 version and on android side i am using 2.7 plugin version
I am trying to upload sonarqube report to our server https://sonarqube.OURCOMANY.com/
I got this command and i execute this ./gradlew sonarqube
-Dsonar.projectKey=BASIC_FIRST
-Dsonar.host.url=https://sonarqube.OURCOMANY.com
-Dsonar.login=dff60a3b2d369a6f22a75995a0fad009bd635d82
But in last I am getting this error
1- Execution failed for task ‘:app:sonarqube’.
Fail to request https://sonarqube.affle.com/api/ce/submit?projectKey=BASIC_FIRST&projectName=app
2- While on another project i am facing
PayloadTooLargeError: request entity too large
‘request entity too large’,
**** expected: 160543,****
**** length: 160543,****
**** limit: 102400,****
**** type: ‘entity.too.large’ }****