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 {
247
247
this . $devicePlatformsConstants . Android ,
248
248
this . $projectDataService . getProjectData ( projectDir ) ) ;
249
249
runtimeGradleVersions = this . getGradleVersions ( registryData . versions [ projectRuntimeVersion ] ) ;
250
+ this . $logger . trace ( `Got gradle versions ${ JSON . stringify ( runtimeGradleVersions ) } from runtime v${ projectRuntimeVersion } ` ) ;
250
251
}
251
252
252
253
if ( ! runtimeGradleVersions ) {
253
254
const latestRuntimeVersion = registryData [ "dist-tags" ] . latest ;
254
255
runtimeGradleVersions = this . getGradleVersions ( registryData . versions [ latestRuntimeVersion ] ) ;
256
+ this . $logger . trace ( `Got gradle versions ${ JSON . stringify ( runtimeGradleVersions ) } from the latest runtime v${ latestRuntimeVersion } ` ) ;
255
257
}
256
258
257
259
return runtimeGradleVersions || { } ;
You can’t perform that action at this time.
0 commit comments