Closed stkent closed 7 years ago
* What went wrong:
A problem occurred configuring root project 'Lynx'.
> Could not resolve all dependencies for configuration ':classpath'.
> Could not download asm-debug-all.jar (org.ow2.asm:asm-debug-all:5.0.1)
> Could not get resource 'https://jcenter.bintray.com/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar'.
> java.lang.NullPointerException (no error message)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 45.59 secs
The command "./gradlew checkstyle build" exited with 1.
🤷♂️
Sorry for the late response @stkent. Thank you so much for this PR! 😃
Even when this is not the best implementation possible due to the usage of a synchronized
modified shared by instance and being used to control the concurrent usage of two different resources, I think this implementation is valid. I think we can merge this PR as soon as the build passes in Travis CI.
I've restarted the build and if it fails, it should be related to the gradle configuration. If it fails, could you update the gralde configuration so we can merge this branch after seeing the build passing in Travis?
Thank you so much for your time and effort!
If you'd prefer I can switch to using synchronized blocks, it's a fast change :) Let me know!
It's ok, thanks @stkent 😃 I'm merging this PR and waiting for #31 before releasing a new version.
Thanks for your time and contribution!
Should fix #26.