matthewprenger / CurseGradle

Gradle plugin to upload Minecraft mods to CurseForge
MIT License
1 stars 1 forks source link

Add CurseProject return to the project function #7

Closed TheTemportalist closed 5 years ago

TheTemportalist commented 8 years ago

Allows plugins to use the project created

AbrarSyed commented 8 years ago

hey mathew, why arnt you going all the way and just doing a DSLObjectCOntainer?

TheTemportalist commented 8 years ago

All the sudden a spontaneous @AbrarSyed appears 0_0

AbrarSyed commented 8 years ago

behold, the power of notification emails

TheTemportalist commented 8 years ago

I specifically want to use this functionality for https://github.com/TheTemportalist/AutomataGradlePlugin/blob/master/src/main/groovy/temportalist/automata/ExtensionAutomata.groovy#L192

AbrarSyed commented 8 years ago

uh.. it dont work like that.. last I checked thats impossible, even with the awesome power of groovy...

Now it CAN be done, just not the way you are doing it..

On 06/16/2016 03:15 PM, The Temportalist wrote:

I specifically want to use this functionality for https://github.com/TheTemportalist/AutomataGradlePlugin/blob/master/src/main/groovy/temportalist/automata/ExtensionAutomata.groovy#L192

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/matthewprenger/CurseGradle/pull/7#issuecomment-226600704, or mute the thread https://github.com/notifications/unsubscribe/AAf9ScEafmcyzEZu16nAvtjmIHJYIYNrks5qMa7_gaJpZM4I3w07.

TheTemportalist commented 8 years ago

Hmmm, debatable. Nothing has broken yet haha

TheTemportalist commented 8 years ago

@AbrarSyed If you want to give me pointers to better practices, instead of just "that's impossible", I would welcome them.