Removing Libraries¶
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¶
- Edit the build.gradle file to remove the library
- Run through a full build/test cycle
- Commit the updated build.gradle file
Source: Removing Libraries (original PCGen wiki)