Files
spring-cloud-release-tools/docs/src/main/asciidoc
Marcin Grzejszczak 21b043bc84 Removed codecov
2021-04-16 08:37:51 +02:00
..
2019-06-10 17:13:59 +02:00
2021-02-08 17:49:11 +01:00
2019-03-11 19:11:18 -04:00
2019-09-27 13:43:11 +02:00
2021-04-16 08:37:51 +02:00

:jdkversion: 1.8
:org: spring-cloud
:repo: spring-cloud-release-tools
:branch: master

image::https://github.com/{org}/{repo}/workflows/Build/badge.svg?style=svg["Build",link="https://github.com/{org}/{repo}/actions"]

include::spring-cloud-release-tools.adoc[]

== Building

include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/building.adoc[]

IMPORTANT: There are 2 different versions of language level used in Spring Cloud Sleuth.
Java 1.7 is used for main sources and Java 1.8 is used for tests.
When importing your project to an IDE please activate the `ide` Maven profile to turn on Java 1.8 for both main and test sources.
Of course remember that you MUST NOT use Java 1.8 features in the main sources.
If you do so your app will break during the Maven build.

== Contributing

include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing.adoc[]