Posted March 17, 20169 yr How would I set up my build.gradle to allow drone.io and github integration. I would like drone.io to house all of my mod's builds(obfuscated and deobfuscated jars).
April 14, 20169 yr You don't need to do anything special. You just tell drone.io to run the gradle tasks you want. You can see an example configuration here, the corresponding git repo is here. Note however that drone.io will only keep the artifacts (=jar files) from your latest build. If you want more to persist, you need external storage. After the first build, shouldn't it be safe to remove "./gradlew setupCIWorkspace"? Actually, on hindsight, maybe not. It clones the repository every single time, thus resetting the workspace. Am I right? Add me on Skype: AblazeTheBest. Send a message saying "#HeyAblaze" Currently: Making a mod!
April 14, 20169 yr Actually, on hindsight, maybe not. It clones the repository every single time, thus resetting the workspace. Am I right? Yes. Also, which external storage would you recommend, and how would you implement it? Preferably free. Add me on Skype: AblazeTheBest. Send a message saying "#HeyAblaze" Currently: Making a mod!
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.