Search code examples
grailsgradlegroovyjardecompiling

Is there any way to decompile grails/groovy jar file?


I have a groovy/grails jar file. I want to decompile it into groovy files. Is there any tool to do that. I have tried some online decopilers , they all decmpile the files into java not groovy. I have created the jar using gradle jar command. I'm using grails version 3.1.11 and groovy version: 2.4.7 and gradle verion: 2.13


Solution

  • You can use any Java decompiler, but you will not get Groovy code back, as no such tool exists (to my knowledge)