diff --git a/build.gradle b/build.gradle index 3f48c8c..58037df 100755 --- a/build.gradle +++ b/build.gradle @@ -169,7 +169,6 @@ binaries.withType(SharedLibraryBinary) { binary -> return } def arch = System.properties['os.arch'] - if (arch == 'hack') { arch = 'i386' } if (targetPlatform.operatingSystem.name in ['linux', 'freebsd'] && targetPlatform.architecture.name != arch) { // Native plugins don't detect whether multilib support is available or not. Assume not for now return diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ee284b7..24afe54 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=http\://services.gradle.org/distributions-snapshots/gradle-1.12-20140228232808+0000-all.zip +distributionUrl=http\://services.gradle.org/distributions-snapshots/gradle-2.0-20140401014412+0000-all.zip diff --git a/readme.md b/readme.md index f3281c8..8224cbb 100755 --- a/readme.md +++ b/readme.md @@ -199,7 +199,6 @@ You can run `$INSTALL_DIR/bin/native-platform-test` to run the test application. ### Fixes -* FreeBSD: Remove i386 hack from build * Linux: Fix detection of multiarch support * FreeBSD: Fix detection of multiarch support * All: `Process.getPid()` should return a long