File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -247,11 +247,13 @@ export class AndroidPluginBuildService implements IAndroidPluginBuildService {
247247 this . $devicePlatformsConstants . Android ,
248248 this . $projectDataService . getProjectData ( projectDir ) ) ;
249249 runtimeGradleVersions = this . getGradleVersions ( registryData . versions [ projectRuntimeVersion ] ) ;
250+ this . $logger . trace ( `Got gradle versions ${ JSON . stringify ( runtimeGradleVersions ) } from runtime v${ projectRuntimeVersion } ` ) ;
250251 }
251252
252253 if ( ! runtimeGradleVersions ) {
253254 const latestRuntimeVersion = registryData [ "dist-tags" ] . latest ;
254255 runtimeGradleVersions = this . getGradleVersions ( registryData . versions [ latestRuntimeVersion ] ) ;
256+ this . $logger . trace ( `Got gradle versions ${ JSON . stringify ( runtimeGradleVersions ) } from the latest runtime v${ latestRuntimeVersion } ` ) ;
255257 }
256258
257259 return runtimeGradleVersions || { } ;
You can’t perform that action at this time.
0 commit comments