Specifically, here are the steps that I've done:
1. clone Freeplane from GitHub
2. cd into the freeplane folder
3. run: gradle build
I attached here a txt file showing the build error log, please take a look. It has something to do with "freeplane_mac". But the funny thing is, also with the above steps, in the past I was succeeded in building a 1.7.x version.
Here is some info about my machine:
My OS: Windows 10
Gradle: 5.6.4
Java: 1.8.0_241
I am trying to build version 1.8.6 in Windows, but not successful yet.
I have been following the build instructions from Freeplane Wiki page
Specifically, here are the steps that I've done:
1. clone Freeplane from GitHub
2. cd into the freeplane folder
3. run: gradle build
I attached here a txt file showing the build error log, please take a look. It has something to do with "freeplane_mac". But the funny thing is, also with the above steps, in the past I was succeeded in building a 1.7.x version.
Here is some info about my machine:
My OS: Windows 10
Gradle: 5.6.4
Java: 1.8.0_241
Please help me with this. Thank you.
Last edit: Robertonisola 2020-06-28
Now you need at least Java 11 and Gradle 6. I have changed the wiki.
Thank you Dimitry, I will try again tonight.