Skip to content

Commit

Permalink
update build script with new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-lee committed Jul 5, 2017
1 parent eb6082e commit a839b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.bat
Expand Up @@ -11,4 +11,4 @@ call gradlew.bat clean assemble
call cd %repoDir%
call gradlew.bat bundlesTest warsTest diff
call cd liferay-workspace
call gradlew.bat check -Pliferay.workspace.modules.dir=modules,tests -Pliferay.workspace.modules.jsp.precompile.enabled=true %*
call gradlew.bat check -Pliferay.workspace.modules.dir=apps,extensions,overrides,tests,themes -Pliferay.workspace.modules.jsp.precompile.enabled=true %*
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -14,6 +14,6 @@ function buildAll() {
cd "$repoDir"
./gradlew bundlesTest warsTest diff
cd liferay-workspace
./gradlew check -Pliferay.workspace.modules.dir=modules,tests -Pliferay.workspace.modules.jsp.precompile.enabled=true $@
./gradlew check -Pliferay.workspace.modules.dir=apps,extensions,overrides,tests,themes -Pliferay.workspace.modules.jsp.precompile.enabled=true $@
}
buildAll

0 comments on commit a839b1a

Please sign in to comment.