forked from liferay/liferay-blade-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BLADE-728 upgrade blade configuraton for gradle 7
- Loading branch information
Showing
27 changed files
with
158 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
cli/test-resources/projects/testws1/modules/testportlet/build.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
dependencies { | ||
compile group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "2.0.0" | ||
compile group: "com.liferay.portal", name: "com.liferay.util.taglib", version: "2.0.0" | ||
compile group: "javax.portlet", name: "portlet-api", version: "2.0" | ||
compile group: "javax.servlet", name: "servlet-api", version: "2.5" | ||
compile group: "jstl", name: "jstl", version: "1.2" | ||
compile group: "org.osgi", name: "org.osgi.compendium", version: "5.0.0" | ||
implementation group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "2.0.0" | ||
implementation group: "com.liferay.portal", name: "com.liferay.util.taglib", version: "2.0.0" | ||
implementation group: "javax.portlet", name: "portlet-api", version: "2.0" | ||
implementation group: "javax.servlet", name: "servlet-api", version: "2.5" | ||
implementation group: "jstl", name: "jstl", version: "1.2" | ||
implementation group: "org.osgi", name: "org.osgi.compendium", version: "5.0.0" | ||
} |
Binary file removed
BIN
-161 KB
...gradle.plugins.workspace/999.0.0/com.liferay.gradle.plugins.workspace-999.0.0-javadoc.jar
Binary file not shown.
Binary file removed
BIN
-87 KB
...ins.workspace/999.0.0/com.liferay.gradle.plugins.workspace-999.0.0-sources-commercial.jar
Binary file not shown.
Binary file removed
BIN
-87 KB
...gradle.plugins.workspace/999.0.0/com.liferay.gradle.plugins.workspace-999.0.0-sources.jar
Binary file not shown.
Binary file removed
BIN
-285 KB
...liferay.gradle.plugins.workspace/999.0.0/com.liferay.gradle.plugins.workspace-999.0.0.jar
Binary file not shown.
Oops, something went wrong.