Files
spring-cloud-release-tools/docs/src/main/asciidoc
Oleg Zhurakousky 320a071f58 GH-195 Fix profile for publish/deploying docs
This change included changing the command name from plural to signular publish-docs-command(s)

Resolves #195
2020-07-31 16:00:00 +02:00
..
2019-06-10 17:13:59 +02:00
2019-03-11 19:11:18 -04:00
2019-09-27 13:43:11 +02:00
2019-12-23 13:49:58 +01:00

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

image::https://circleci.com/gh/{org}/{repo}/tree/{branch}.svg?style=svg["CircleCI",link="https://circleci.com/gh/{org}/{repo}/tree/{branch}"]
image::https://codecov.io/gh/{org}/{repo}/branch/{branch}/graph/badge.svg["codecov",link="https://codecov.io/gh/{org}/{repo}"]

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[]