Posted July 6, 201411 yr Good day! I'm really confused on how the Gradle building system works. I decided just to post a request here and, if possible, be taught about it. Here's my dev space: forge > src > main > java > root > Inside the root folder: > api >> mod0api >> mod1api >> mod2api > mod0 > mod1 > mod2 (Note that all of these are folders, the mod files are inside these.) The api folder contains API stuff used by mod0, mod1, and mod2. mod2 depends on mod1 which depends on mod0. forge > src > main > resources > assets > > mod0assets > mod1assets > mod2assets Is it possible to make the build result into: mod0.jar -> root>mod0 -> root>api>mod0api -> assets>mod0assets -> mcmod.info mod1.jar -> root>mod1 -> root>api>mod1api -> assets>mod1assets -> mcmod.info mod2.jar -> root>mod2 -> root>api>mod2api -> assets>mod2assets -> mcmod.info Any help is appreciated. Thanks in advance!
July 7, 201411 yr Good day! I'm really confused on how the Gradle building system works. I decided just to post a request here and, if possible, be taught about it. Here's my dev space: forge > src > main > java > root > Inside the root folder: > api >> mod0api >> mod1api >> mod2api > mod0 > mod1 > mod2 (Note that all of these are folders, the mod files are inside these.) The api folder contains API stuff used by mod0, mod1, and mod2. mod2 depends on mod1 which depends on mod0. forge > src > main > resources > assets > > mod0assets > mod1assets > mod2assets Is it possible to make the build result into: mod0.jar -> root>mod0 -> root>api>mod0api -> assets>mod0assets -> mcmod.info mod1.jar -> root>mod1 -> root>api>mod1api -> assets>mod1assets -> mcmod.info mod2.jar -> root>mod2 -> root>api>mod2api -> assets>mod2assets -> mcmod.info Any help is appreciated. Thanks in advance! I found something that might just help you build your project in its separate pieces like you said. Link: http://www.minecraftforge.net/forum/index.php?topic=14791.0
July 9, 201411 yr please come on IRC to #ForgeGradle it will be much easier to help you out there. http://i56.tinypic.com/ruu0ao.png[/img] ^^ url to be changed.
July 10, 201411 yr Gwafu is having the problem, not me, but ok. Plus, if you could contact him Abrar, and get his source, I could see how to build this via the tutorial link I posted.
August 13, 201411 yr I got build dependencies like that to work by putting the folders in my settings.gradle file. -S- (if I helped, please click Thank and applaud) http://6upnqa.dm2301.livefilestore.com/y2mtf-vG7Tqq1TiiVpIm53KWj7294NDPoHfSHHb4PzZiMAUfRCfK0UY0MwOu7Q3zTBNVTKqWjr2-xgBfFRpQT5p-QivtvknPpoABMNUw9br9WuZcBFkjePhnAbW500gVm-P/sequiturian.png[/img]
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.