Szymon Stepniak

Results 6 comments of Szymon Stepniak

@viktorklang, try out `GraalVM CE 20.2.0 (build 11.0.8+10-jvmci-20.2-b03)` specifically. I did run my Groovy examples using the newest GraalVM CE 20.2.0 (build 25.262-b10-jvmci-20.2-b03, mixed mode) - the OpenJDK 8u262 one,...

There is even simpler solution to this problem. Pushing all assets takes place if you run `hexo deploy` from a fresh copy that does not contain `.deploy_git` folder. It's a...

@eaglet3d This is the problem on the Ratpack side. I've investigated it today and was able to prepare a pull request. Details here -> https://github.com/ratpack/ratpack/issues/1496

I also tried adding ``` compile 'xml-apis:xml-apis:1.3.04' ``` explicitly to dependencies list, but it didnt help

I just figured out that adding dependency: ``` compile 'xml-apis:xml-apis:1.4.01' ``` does the trick. I still don't understand why this dependency is needed while running `run-app` command when plugin is...

Ok, I have found that `ws-commons-util` dependency uses `xml-apis:xml-apis:1.0.b2` - https://gist.github.com/wololock/2c96317a48c991ae6083#file-gistfile1-txt-L166