aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/decompilers
AgeCommit message (Expand)Author
2021-01-19Adding Constant of the plugin id, don't duplicate the classpath if it is alre...shedaniel
2021-01-19Make genSources work in sub-projects without loom on the classpath (the root ...shedaniel
2020-12-24General code cleanup (#313)modmuss50
2020-12-21Fix genSources not working when root project doesnt have loom applied#308. (#...solonovamax
2020-07-26Fix genSources on sub projectsmodmuss50
2020-07-26General cleanupReece Dunham
2020-07-26Add Experimental CFR support. Line numbers and comments are not currently sup...modmuss50
2020-06-01Allow specifying additional decompilers for generating sources (#213)Fudge