Oleksii Lisikh
Oleksii Lisikh
In Gradle 4.0 Manifest.writeTo(Writer) will be removed, to make it compatible, Manifest.writeTo(Object) needs to be used
In Gradle 4.0 method of Manifest interface `DefaultManifest writeTo(Writer writer)` is removed making this plugin incompatible with it. A method `org.gradle.api.java.archives.Manifest writeTo(Object path)` could be used instead.
Hi, guys. Nice plugin, very useful, thank you for it! I had taken a look at #15 issue, and was happy to see that some issues with hibernate sessions were...
Hello, It's a great plugin, but I really miss some of the functionality. For example I have not only `main/scala` and `test/scala` but also `integrationTest/scala` and `gatling/scala` and I can't...
Hi Stevan, I came across your plugin when I thought of running tests in Neovim, but noticed neotest-scala does not support specs2. I made some improvements along the way while...