stankiewicz commented on code in PR #37863: URL: https://github.com/apache/beam/pull/37863#discussion_r2941577308
########## .agent/skills/java-development/SKILL.md: ########## @@ -119,6 +119,9 @@ Set pipeline options via `-DbeamTestPipelineOptions='[...]'`: # Publish a specific module ./gradlew -Ppublishing -p sdks/java/io/kafka publishToMavenLocal +# Verify: check artifact exists +ls ~/.m2/repository/org/apache/beam/beam-sdks-java-io-kafka/ Review Comment: this is gradle so I'm not sure if this verify step will work here. -- 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]
