Skip to content

Commit 5e9bd6c

Browse files
Add tip notes.
1 parent 35fbb4b commit 5e9bd6c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ This is a set of sample Eclipse projects for Link to Liberty, demonstrating how
2222
- Clone the repository using your IDEs support, such as the Eclipse Git plugin
2323
- **or**, download the sample as a [ZIP](https://github.com/cicsdev/cics-java-liberty-springboot-jcics/archive/main.zip) and unzip onto the workstation
2424

25-
>*Tip: Eclipse Git provides an 'Import existing Projects' check-box when cloning a repository.*
25+
> [!TIP]
26+
> Eclipse Git provides an 'Import existing Projects' check-box when cloning a repository.
2627
2728
### Check dependencies
2829

@@ -63,7 +64,8 @@ The required build-tasks are typically `clean bootWar` for Gradle and `clean pac
6364

6465
**Note:** If you import the project to your IDE, you might experience local project compile errors. To resolve these errors you should run a tooling refresh on that project. For example, in Eclipse: right-click on "Project", select "Gradle -> Refresh Gradle Project", **or** right-click on "Project", select "Maven -> Update Project...".
6566

66-
>Tip: *In Eclipse, Gradle (buildship) is able to fully refresh and resolve the local classpath even if the project was previously updated by Maven. However, Maven (m2e) does not currently reciprocate that capability. If you previously refreshed the project with Gradle, you'll need to manually remove the 'Project Dependencies' entry on the Java build-path of your Project Properties to avoid duplication errors when performing a Maven Project Update.*
67+
> [!TIP]
68+
> In Eclipse, Gradle (buildship) is able to fully refresh and resolve the local classpath even if the project was previously updated by Maven. However, Maven (m2e) does not currently reciprocate that capability. If you previously refreshed the project with Gradle, you'll need to manually remove the 'Project Dependencies' entry on the Java build-path of your Project Properties to avoid duplication errors when performing a Maven Project Update.
6769
6870
### Eclipse
6971

0 commit comments

Comments
 (0)