Skip to content

Commit

Permalink
Update contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti committed Oct 31, 2020
1 parent 4b595c2 commit 5a4f53f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ The JDK must have a version equal to or greater than 1.8.

Also, the JDK must be able to profile with the JDK Flight Recorder that is available with
* OpenJDK JDK >= 11
* OpenJDK JDK 8 with a version greater than u262/u272 (following vendors)

* OpenJDK JDK 8 with a version greater than u262/u272 (following vendors) <br>
👉 Article from Marcus Hirt giving details: http://hirt.se/blog/?p=1235
* Oracle JDK >= 1.7u40

Expand Down Expand Up @@ -70,8 +69,6 @@ Also, the JDK must be able to profile with the JDK Flight Recorder that is avail

### Tips
💡 To disable Spring Boot tests: ```mvn clean install -P -SpringBootTests```

💡 To not build Spring modules: ```mvn clean install -P -default-spring,-SpringBootTests```

💡 To build with the Testcontainers tests: ``` mvn clean install -P testcontainers```

Expand Down

0 comments on commit 5a4f53f

Please sign in to comment.