Miuler commented on PR #23610: URL: https://github.com/apache/beam/pull/23610#issuecomment-1397028055
@Abacn what is needed? The tests work like this: `gradle sdks:java:io:azure-cosmosdb:test` the validation of the code also: ``` gradle rat gradle sdks:java:io:azure-cosmosdb:spotbugsMain ``` the publising too: `gradle -Ppublishing -PdistMgmtSnapshotsUrl=~/.m2/repository/ -p sdks/java/io/azure-cosmosdb/ publishToMavenLocal` the publication of everything also: ``` gradle -Ppublishing -PdistMgmtSnapshotsUrl=~/.m2/repository/ -p sdks/java/ publishToMavenLocal gradle -Ppublishing -PdistMgmtSnapshotsUrl=~/.m2/repository/ -p runners/ publishToMavenLocal gradle -Ppublishing -PdistMgmtSnapshotsUrl=~/.m2/repository/ -p model/ publishToMavenLocal ``` what else is needed? If as is the gradle compiles, tests, publishes? https://github.com/apache/beam/blob/ed2dfb7886a694589fc2c4ab1f79364c11e2ba7c/sdks/java/io/azure-cosmosdb/README.md -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
