GraxCode / threadtear

Multifunctional java deobfuscation tool suite
GNU General Public License v3.0
889 stars 121 forks source link

Build failed (no such symbol: IconLoader) #9

Closed skidunion closed 4 years ago

skidunion commented 4 years ago

Describe what's not working Can't build the app when I cloned it Command: gradle fatJar

Log / Screenshots https://hasteb.in/josofoko.gradle

Please complete the following information:

GraxCode commented 4 years ago

This is really weird, as it happens for me too, but in eclipse itself it starts flawlessly.

GraxCode commented 4 years ago

@weisJ do you know why this happens? Am I using the wrong dependencies?

weisJ commented 4 years ago

You will need to include the dependencies explicitly in gradle.

compile 'com.github.weisj:darklaf-core:2.0.3'
compile 'com.github.weisj:darklaf-theme:2.0.3'
compile 'com.github.weisj:darklaf-property-loader:2.0.3'
GraxCode commented 4 years ago

Thanks!