-
Notifications
You must be signed in to change notification settings - Fork 24
Building against AppleCore
Ryan Liptak edited this page Nov 15, 2017
·
4 revisions
Resources
If you only want to add some integration with AppleCore to your mod but don't want AppleCore itself in your dev environment, you can use Gradle to automatically download and include the AppleCore API in your build path by doing the following:
- Add the Maven repository to your build.gradle script (copy and paste the code at the top of the linked page into your build.gradle script).
- Include the Gradle
dependencies
declaration of the AppleCore API in your build.gradle.
You can add the AppleCore mod itself into your dev environment by doing the following:
- Add the Maven repository to your build.gradle script (copy and paste the code at the top of the linked page into your build.gradle script).
- Include the Gradle
dependencies
declaration of either the latest build or the last release version of AppleCore in your build.gradle.