Updating to labkeyVersion 17.3-SNAPSHOT in trunk

LabKey Support Forum (Inactive)
Updating to labkeyVersion 17.3-SNAPSHOT in trunk Susan Hert  2017-07-10 13:06
Status: Closed
 
With r52117 in trunk, the labkeyVersion property has been updated from 17.2-SNAPSHOT to 17.3-SNAPSHOT. After you sync with SVN and pick up this change, you will need to run the following command

   gradlew cleanBuild deployApp

in order to clean out the artifacts with the 17.2-SNAPSHOT version and create 17.3-SNAPSHOT versions. If you don't do this, you'll end up with two versions of the artifacts on your classpath and then you'll be left wondering why the changes you just made in some module are not showing up in your application.

Let us know if you encounter any problems.

Susan