Skip to content

Commit a6d0719

Browse files
author
Jay Bryant
committed
Various fixes
Fixes to make the build work.
1 parent 849aaa4 commit a6d0719

File tree

12 files changed

+102
-97
lines changed

12 files changed

+102
-97
lines changed

buildSrc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ dependencies {
8080
implementation 'io.spring.gradle:propdeps-plugin:0.0.10.RELEASE'
8181
implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.15'
8282
implementation 'io.spring.nohttp:nohttp-gradle:0.0.8'
83-
implementation 'org.asciidoctor:asciidoctor-gradle-jvm:3.1.0'
84-
implementation 'org.asciidoctor:asciidoctor-gradle-jvm-pdf:3.1.0'
83+
implementation 'org.asciidoctor:asciidoctor-gradle-jvm:3.3.0'
84+
implementation 'org.asciidoctor:asciidoctor-gradle-jvm-pdf:3.3.0'
8585
implementation 'org.hidetake:gradle-ssh-plugin:2.10.1'
8686
implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.9.10'
8787
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1'

docs/manual/src/docs/asciidoc/_includes/reactive/rsocket.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following example shows a minimal RSocket Security configuration:
1616

1717
====
1818
[source,java]
19-
-----
19+
----
2020
@Configuration
2121
@EnableRSocketSecurity
2222
public class HelloRSocketSecurityConfig {
@@ -31,7 +31,7 @@ public class HelloRSocketSecurityConfig {
3131
return new MapReactiveUserDetailsService(user);
3232
}
3333
}
34-
-----
34+
----
3535
====
3636

3737
This configuration enables <<rsocket-authentication-simple,simple authentication>> and sets up <<rsocket-authorization,rsocket-authorization>> to require an authenticated user for any request.

docs/manual/src/docs/asciidoc/_includes/reactive/webclient.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[webclient]]
12
= WebClient
23

34
NOTE: The documentation in this section is for use within Reactive environments.

0 commit comments

Comments
 (0)