From 06396d64c845ae63469daba083ff16c819ea2adf Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 11 Nov 2021 10:02:53 -0500 Subject: [PATCH] Fix `overview.html` & add java 11 conf for tests --- build.gradle | 6 ++++++ src/api/overview.html | 19 +++++-------------- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/build.gradle b/build.gradle index fe3877c7..1dd45b24 100644 --- a/build.gradle +++ b/build.gradle @@ -144,6 +144,12 @@ subprojects { subproject -> targetCompatibility = 1.8 } + compileTestJava { + sourceCompatibility = 11 + targetCompatibility = 11 + options.encoding = 'UTF-8' + } + eclipse { project { natures += 'org.springframework.ide.eclipse.core.springnature' diff --git a/src/api/overview.html b/src/api/overview.html index f7208c81..a7ff43cd 100644 --- a/src/api/overview.html +++ b/src/api/overview.html @@ -1,24 +1,15 @@ - This document is the API specification for Spring AMQP -
+ This document is the API specification for Spring AMQP +

- For further API reference and developer documentation, see the Spring AMQP reference documentation. That - documentation contains more detailed, developer-targeted - descriptions, with conceptual overviews, definitions of terms, - workarounds, and working code examples. + For further API reference and developer documentation, see the Spring AMQP reference documentation. + That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

- If you are interested in commercial training, consultancy, and - support for Spring AMQP, please visit - https://www.spring.io + If you are interested in commercial training, consultancy, and support for Spring AMQP, please visit https://www.spring.io