Tran Huu Tin

Results 3 comments of Tran Huu Tin

@guidedways I could get it to work with ``` buildscript { repositories { ... maven { url 'https://jitpack.io' } } classpath `com.github.Turbo87.hugo:hugo-plugin:1.2.2` } ``` and `apply plugin com.jakewharton.hugo`

Hi @maniksejwal, I think usage of `compile` here also need to be updated to `implementation` https://github.com/JakeWharton/hugo/blob/master/hugo-plugin/src/main/groovy/hugo/weaving/plugin/HugoPlugin.groovy#L29 In my understanding, this code will be "run" when you apply plugin `hugo` and...

https://github.com/Micka33/content-extractor/pull/2 should fix this problem