demilich1 / metastone

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

Build failed using idea #386

Closed JaysenStark closed 6 years ago

JaysenStark commented 6 years ago

It seems that slf4j dependency are not included in the build.gradle, and I have successfully execute "gradlew.bat idea" on windows, but i cant build project using IDEA. and I got error like this: Information:java: Errors occurred while compiling module 'main1' Information:javac 1.8.0_31 was used to compile java sources Information:2018/5/12 14:12 - Compilation completed with 10 errors and 0 warnings in 2 s 237 ms I:\metastone-master\shared\src\main\java\net\demilich\metastone\utils\ResourceLoader.java Error:(27, 17) java: 程序包org.slf4j不存在 ----which means slf4j doesn't exist. ....