You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ If you have not done so on this machine, you need to:
227
227
* macOS: Use the `Disk Utility.app` to check. It also allows you to create a case-sensitive volume to store your code projects. See this [blog entry](https://karnsonline.com/case-sensitive-apfs/) for more.
228
228
* Windows: [Enable case sensitive file names per directory](https://learn.microsoft.com/en-us/windows/wsl/case-sensitivity)
@@ -357,7 +357,7 @@ in `quarkus-parent` (root `pom.xml`).
357
357
When contributing to Quarkus, it is recommended to respect the following rules.
358
358
359
359
> **Note:** The `impsort-maven-plugin` uses the `.cache` directory on each module to speed up the build.
360
-
> Because we have configured the plugin to store in a versioned directory, you may notice over time that the `.cache` directory grows in size. You can safely delete the `.cache` directory in each module to reclaim the space.
360
+
> Because we have configured the plugin to store in a versioned directory, you may notice over time that the `.cache` directory grows in size. You can safely delete the `.cache` directory in each module to reclaim the space.
361
361
> Running `./mvnw clean -Dclean-cache` automatically deletes that directory for you.
362
362
363
363
**Contributing to an extension**
@@ -748,7 +748,7 @@ This project is an open source project, please act responsibly, be nice, polite
748
748
749
749
See section `IDEA Setup` as there are different possible solutions described.
750
750
751
-
* IntelliJ does not recognize the project as a Java 11 project
751
+
* IntelliJ does not recognize the project as a Java 17 project
752
752
753
753
In the Maven pane, uncheck the `include-jdk-misc` and `compile-java8-release-flag` profiles
754
754
@@ -787,5 +787,5 @@ This project is an open source project, please act responsibly, be nice, polite
787
787
...
788
788
```
789
789
* Tests fail with `Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8080: Address already in use`
790
-
790
+
791
791
Check that you do not have other Quarkus dev environments, apps or other web servers running on this default 8080 port.
0 commit comments