Skip to content

Commit

Permalink
Merge pull request #45168 from alesj/i44727
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier authored Dec 17, 2024
2 parents 073e0d2 + 265fa38 commit 7ecc0e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.quarkus.grpc.deployment;
package io.quarkus.grpc.codegen;

import static java.lang.Boolean.FALSE;
import static java.lang.Boolean.TRUE;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.quarkus.grpc.deployment;
package io.quarkus.grpc.codegen;

import java.io.File;
import java.nio.file.Path;
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
io.quarkus.grpc.deployment.GrpcCodeGen
io.quarkus.grpc.codegen.GrpcCodeGen
2 changes: 1 addition & 1 deletion extensions/grpc/stubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<arguments>
<argument>${project.build.directory}/generated-sources/protobuf/grpc-java</argument>
</arguments>
<mainClass>io.quarkus.grpc.deployment.GrpcPostProcessing</mainClass>
<mainClass>io.quarkus.grpc.codegen.GrpcPostProcessing</mainClass>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 7ecc0e0

Please sign in to comment.