[PR #211] [CLOSED] Upgraded Android Gradle Plugin and Gradle versions for Java 8-based build #404

Closed
opened 2026-02-28 01:24:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ushahidi/SMSSync/pull/211
Author: @vorburger
Created: 10/20/2014
Status: Closed

Base: developHead: GradleAndroidUpgradeForJava8


📝 Commits (1)

  • dc74edf Fixed Java8 build issue by upgrading Android Gradle Plugin and Gradle version

📊 Changes

4 files changed (+9 additions, -4 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 build.gradle (+6 -2)
📝 gradle/wrapper/gradle-wrapper.jar (+0 -0)
📝 gradle/wrapper/gradle-wrapper.properties (+2 -2)

📄 Description

I tried to build this project under Java 8, and couldn't due to the error shown below.

This PR upgrades the Android Gradle Plugin and Gradle versions, which seems to help.

I have NOT yet run a full build through (currently download Android SDK through hotel WiFi..),
so please do double check that this doesn't break anything for you! ;)

Hope this helps,
Michael


SMSSync$ ./gradlew clean

FAILURE: Build failed with an exception.

  • Where:
    Build file '/home/vorburger/dev/Saraswathi.TempAndNotInGit/SMSSync/sms-portals/build.gradle' line: 20

  • What went wrong:
    A problem occurred evaluating project ':sms-portals'.

    Ambiguous method overloading for method java.io.File#.
    Cannot resolve which method to invoke for [null, class java.lang.String] due to overlapping prototypes between:
    [class java.lang.String, class java.lang.String]
    [class java.io.File, class java.lang.String]


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ushahidi/SMSSync/pull/211 **Author:** [@vorburger](https://github.com/vorburger) **Created:** 10/20/2014 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `GradleAndroidUpgradeForJava8` --- ### 📝 Commits (1) - [`dc74edf`](https://github.com/ushahidi/SMSSync/commit/dc74edffc195c31a0e10fe2d7280a3bb7b1e6a5f) Fixed Java8 build issue by upgrading Android Gradle Plugin and Gradle version ### 📊 Changes **4 files changed** (+9 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `build.gradle` (+6 -2) 📝 `gradle/wrapper/gradle-wrapper.jar` (+0 -0) 📝 `gradle/wrapper/gradle-wrapper.properties` (+2 -2) </details> ### 📄 Description I tried to build this project under Java 8, and couldn't due to the error shown below. This PR upgrades the Android Gradle Plugin and Gradle versions, which seems to help. I have NOT yet run a full build through (currently download Android SDK through hotel WiFi..), so please do double check that this doesn't break anything for you! ;) Hope this helps, Michael --- SMSSync$ ./gradlew clean FAILURE: Build failed with an exception. - Where: Build file '/home/vorburger/dev/Saraswathi.TempAndNotInGit/SMSSync/sms-portals/build.gradle' line: 20 - What went wrong: A problem occurred evaluating project ':sms-portals'. > Ambiguous method overloading for method java.io.File#<init>. > Cannot resolve which method to invoke for [null, class java.lang.String] due to overlapping prototypes between: > [class java.lang.String, class java.lang.String] > [class java.io.File, class java.lang.String] --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:24:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SMSSync#404
No description provided.