slPerryRhodan

Results 4 comments of slPerryRhodan

Same issue here with: `resources.srcDirs = ['src/contractTest/resources', 'src/contractTest/contracts', 'src/main/resources']` After removing `'src/main/resources'` it works fine. It doesn't produce any errors In IntelliJ. Would be nice if eclipse is also more...

We are also waiting for this feature, to generate classes from components if there is no API (e. g. publish Kafka Event Objects as Open Api Spec). I hope there...

Found a workaround based on another issue [(fails looking for log4j log)](https://github.com/jmeter-gradle-plugin/jmeter-gradle-plugin/issues/109#issuecomment-361663242). ``` // Required because of missing file "log4j2.xml". The log4j2.xml is just an empty xml file and will...