Skip to content

Commit

Permalink
testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed May 9, 2024
1 parent a300eea commit a93a868
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/builders/ProjectBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ class ProjectBuilder {
throw new CordovaError(`Cannot install Gradle ${gradleVersion}. Minimum Required is ${MIN_GRADLE_REQUIRED}.`);
}

// TODO: Debug code debugging CI...
console.log('ROOT', this.root, '\n',
fs.existsSync(path.resolve(this.root, 'gradle/wrapper/gradle-wrapper.jar'))
);

const wrapper = path.join(this.root, 'gradlew');
if (process.env.CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL) {
events.emit('verbose', `Overriding Gradle Version via CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL (${process.env.CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL})`);
Expand Down

0 comments on commit a93a868

Please sign in to comment.