Removing Libraries

From PCGen Wiki
Revision as of 06:20, 5 July 2014 by James (talk | contribs) (Update for the new gradle process)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Introduction

From time to time we remove legacy 3rd party libraries. This page lists what you need to do in order to cleanly remove one.

Steps/Things to Check

  1. Edit the build.gradle file to remove the library
  2. Run through a full build/test cycle
  3. Commit the updated build.gradle file