Skip to content

Conversation

@williamwebb
Copy link

Issue #101

Moved weaving logic to HugoExec
Refactored HugoPlugin to move logic to HugoExec, register Transform
New HugoTransform class to interface with Transform api
@williamwebb
Copy link
Author

Don't merge this. Broken for Library Projects. Investigating...

@Turbo87
Copy link

Turbo87 commented Aug 18, 2016

@JakeWharton could you have a look at this fantastic contribution and possibly merge it?

@Turbo87
Copy link

Turbo87 commented Aug 18, 2016

FWIW I've packaged this branch up and it's available for public use at https://jitpack.io/#Turbo87/hugo/1.2.2

I've also just tested this on a mixed Java and Kotlin Android app and it seems to work quite well. Good job @williamwebb!

@rpattabi
Copy link

rpattabi commented Jul 9, 2018

I couldn't get it to work. Please provide specific instructions.

@guidedways
Copy link

@Turbo87 would be great if you could provide us with more information on how to use this. Removed apply plugin ... and replaced it with your jitpack implementation, but gradle fails.

@thuutin
Copy link

thuutin commented Jul 22, 2019

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants