fixed formatting

This commit is contained in:
nathan 2018-02-19 15:19:36 +01:00
parent 4fbd29a1ed
commit 24074a2b19
1 changed files with 3 additions and 2 deletions

View File

@ -38,8 +38,9 @@ class BuildOptions {
public boolean forceRebuild = false;
/**
* Do we want to save the build hashes? (used to determine if a rebuild is necessary). Also used to determine if the build should
* be uploaded to Maven
* Do we want to save the build hashes? (used to determine if a rebuild is necessary).
*
* Also used to determine if the build should be uploaded to Maven
*/
public boolean saveBuild = true;