Skip to content

Commit

Permalink
Fixed the extension name in Java SDK Ordered Processing extension (#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
slilichenko authored May 23, 2024
1 parent bedba65 commit 2ee266b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/java/extensions/ordered/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/
plugins { id 'org.apache.beam.module' }
applyJavaNature(automaticModuleName: 'org.apache.beam.sdk.extensions.sorter')
applyJavaNature(automaticModuleName: 'org.apache.beam.sdk.extensions.ordered')

description = "Apache Beam :: SDKs :: Java :: Extensions :: Ordered"

Expand Down

0 comments on commit 2ee266b

Please sign in to comment.