nus-oss / AB3-J17

:ab::three: Address Book sample application (Level 3)
https://se-education.org/addressbook-level3
MIT License
0 stars 16 forks source link

[Project A][Kam Jia Yue] Upgrade to Java 17 #5

Closed jyue487 closed 2 months ago

jyue487 commented 2 months ago

OS used: Mac Silicon JDK distribution used: Azul IDE used: IntelliJ Link to the uploaded JAR file: link-to-jar

Problems faced: Encountered OS compatibility issues at first, frequently receiving error message shown below: mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')

The problem above is then solved by making slight modifications of the build.gradle file -> dependencies section. Below is a screenshot of the before and after of the build.gradle file: Before

Screenshot 2024-06-25 at 2 34 55 AM

After

Screenshot 2024-06-25 at 2 35 04 AM
damithc commented 2 months ago

@KamJiaYue This PR contains unrelated changes/files.

jyue487 commented 2 months ago

Hi prof, should I create another pull request? Perhaps a cleaner version?

damithc commented 2 months ago

Hi prof, should I create another pull request? Perhaps a cleaner version?

Sure, @jyue487