I have a gradle dependency compile group: 'org.drools', name: 'drools-compiler', version: '7.0.0.Final'
I want to update the class file org.drools.compiler.kie.builder.impl.KieServicesImpl
in it and run my java application with the updated one.
How is it possible?