Fix Javadoc build.

Remove package-info for package without sources. Remove ci profile from initial build steps to avoid duplicate tasks. Remove unused asciidoctor plugin.

See #1742
This commit is contained in:
Mark Paluch
2024-02-20 09:32:23 +01:00
parent 00d162eee5
commit 463e3290ef
3 changed files with 3 additions and 34 deletions

View File

@@ -1,6 +0,0 @@
/**
* Support infrastructure for the configuration of R2DBC-specific repositories.
*/
@org.springframework.lang.NonNullApi
@org.springframework.lang.NonNullFields
package org.springframework.data.r2dbc;