-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.2.10.2 DXP SP2
-
Fix Version/s: 7.2.10.2 DXP SP2, 7.3.X
-
Component/s: Dev Tools > Project Templates
-
Labels:
-
Branch Version/s:7.3.x
-
Backported to Branch:Committed
Steps to reproduct:
- blade init -v dxp-7.2-sp2
- blade create -t rest-builder test
- gw build in -api/-impl project, notice build failure
- once we delete release.portal.api in build.gradle, it can build successful
compileOnly group: "com.liferay.portal", name: "release.portal.api"
error message after Step 3:
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':modules:test:test-api:jar'.
> Could not resolve all files for configuration ':modules:test:test-api:compileClasspath'.
> Could not find com.liferay.portal:release.portal.api:.
Required by:
project :modules:test:test-api