File tree Expand file tree Collapse file tree 7 files changed +83
-1
lines changed
spring-restdocs-asciidoctor-1.5/src/main/java/org/springframework/restdocs/asciidoctor
spring-restdocs-asciidoctor-1.6/src/main/java/org/springframework/restdocs/asciidoctor
spring-restdocs-asciidoctor-2.x/src/main/java/org/springframework/restdocs/asciidoctor
spring-restdocs-asciidoctor-support/src/main/java/org/springframework/restdocs/asciidoctor Expand file tree Collapse file tree 7 files changed +83
-1
lines changed Original file line number Diff line number Diff line change
1
+ java-baseline=8
Original file line number Diff line number Diff line change 4
4
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
5
5
<suppressions >
6
6
<suppress files =" com[\\/]example[\\/]restassured" checks =" IllegalImport" />
7
+ <suppress files =" src[\\/]testFixtures" checks =" JavadocPackage" />
7
8
</suppressions >
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ asciidoctorj23Version=2.3.0
13
13
asciidoctorj24Version =2.4.3
14
14
asciidoctorj25Version =2.5.1
15
15
16
- javaFormatVersion =0.0.29
16
+ javaFormatVersion =0.0.33
17
17
jmustacheVersion =1.12
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2014-2022 the original author or authors.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * https://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ /**
18
+ * Support for Asciidoctor.
19
+ */
20
+ package org .springframework .restdocs .asciidoctor ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2014-2022 the original author or authors.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * https://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ /**
18
+ * Support for Asciidoctor.
19
+ */
20
+ package org .springframework .restdocs .asciidoctor ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2014-2022 the original author or authors.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * https://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ /**
18
+ * Support for Asciidoctor.
19
+ */
20
+ package org .springframework .restdocs .asciidoctor ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2014-2022 the original author or authors.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * https://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ /**
18
+ * Support for Asciidoctor.
19
+ */
20
+ package org .springframework .restdocs .asciidoctor ;
You can’t perform that action at this time.
0 commit comments