Giter VIP home page Giter VIP logo

gradle-m1-file-bug's Introduction

gradle-m1-file-bug

Gradle bug with gradle 5.0 and ARM64e java with creating files

Guide to test

  1. On your M1 Mac (M1/M1 Pro/M1 Max) install JDK 11 which supports ARM64e (either from Homebrew or Azul)
  2. Run ./gradlew makeFile

Expected results

You should have a file in ./build/files/testFile.txt with some jibberish. That means it works

What actually happens on M1 Macs with ARM64E JDK distribution

An exception and no file.

Googling didn't find any problem, exepct that M1 Macs (Apple Sillicon) is officially supported from Gradle 7.0 and up. Since some development workflows still depend on earlier versions of gradle (because legacy code), this means that M1 Macs must continue using x64 distributions of JDK via rosetta which kind of defeats the purpouse of the new, fast and efficient M1 chips.

So we must either spend lots of engineer hours to bring our projects to latest spec because of developer ergonomics or just use Rosetta.

gradle-m1-file-bug's People

Contributors

brbulic avatar cbbrbulic avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.