Skip to content

Commit 06396d6

Browse files
garyrussellartembilan
authored andcommitted
Fix overview.html & add java 11 conf for tests
1 parent aeabc56 commit 06396d6

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ subprojects { subproject ->
144144
targetCompatibility = 1.8
145145
}
146146

147+
compileTestJava {
148+
sourceCompatibility = 11
149+
targetCompatibility = 11
150+
options.encoding = 'UTF-8'
151+
}
152+
147153
eclipse {
148154
project {
149155
natures += 'org.springframework.ide.eclipse.core.springnature'

src/api/overview.html

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
<html>
22
<body>
3-
This document is the API specification for <a
4-
href="https://projects.spring.io/spring-amqp/"
5-
target="_top">Spring AMQP</a>
6-
<hr />
3+
This document is the API specification for <a href="https://projects.spring.io/spring-amqp/" target="_top">Spring AMQP</a>
4+
<hr>
75
<div id="overviewBody">
86
<p>
9-
For further API reference and developer documentation, see the <a
10-
href="https://docs.spring.io/spring-amqp/reference/"
11-
target="_top">Spring AMQP reference documentation</a>. That
12-
documentation contains more detailed, developer-targeted
13-
descriptions, with conceptual overviews, definitions of terms,
14-
workarounds, and working code examples.
7+
For further API reference and developer documentation, see the <a href="https://docs.spring.io/spring-amqp/reference/html" target="_top">Spring AMQP reference documentation</a>.
8+
That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
159
</p>
1610

1711
<p>
18-
If you are interested in commercial training, consultancy, and
19-
support for Spring AMQP, please visit <a
20-
href="https://www.spring.io" target="_top">
21-
https://www.spring.io</a>
12+
If you are interested in commercial training, consultancy, and support for Spring AMQP, please visit <a href="https://www.spring.io" target="_top">https://www.spring.io</a>
2213
</p>
2314
</div>
2415
</body>

0 commit comments

Comments
 (0)