You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pom is generated with the reactive-streams scope set to 'compile' by default.
To test that this works, the below gradle tasks were run:
./gradlew -PreleaseMode=full cleanGeneratePomFileForMavenPublication generatePomFileForMavenPublication
./gradlew -PreleaseMode=branch cleanGeneratePomFileForMavenPublication generatePomFileForMavenPublication
Both tasks generated a pom file with the reactive-streams set to
'compile' scope.
0 commit comments