demilich1 / metastone

Hearthstone simulator written in Java with full GUI support
GNU General Public License v2.0
132 stars 80 forks source link

running failed #380

Open curtank opened 7 years ago

curtank commented 7 years ago

using "gradlew.bat run"in windows but failed with following err: ` Build file 'F:\Download\metastone-master\metastone-master\app\build.gradle' line: 3

gulpinarb commented 7 years ago

I have the same problem during compile on MAC OS. Couldn't solve it yet. I will be appreciated, if you had solved and share :)

dmullin1 commented 7 years ago

I am having the exact same issue on Mac OS and Windows. I was planning on using this as a part of a school project but without being able to compile I am having difficulties. Would be very appreciative if anyone has a solution.

jphavoc commented 7 years ago

I was able to fix this issue. Just wait for the pull-request or try my fork.

I changed the app/build.gradle with the information i found here. I can now execute ./gradlew run and ./gradlew idea to do a setup in IntelliJ on my MacOS system. This fix should also work on Windows/Linux.