Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ Or, if you don't have GraalVM installed, you can run the native executable build ./mvnw package -Dnative -Dquarkus.native.container-build=true ``` You can then execute your native executable with: `./target/io.maestro.api.peering-1.0.0-SNAPSHOT-runner` You can then execute your native executable with: `./target/org.etsi.osl.hypo.api.peering-1.0.0-SNAPSHOT-runner` If you want to learn more about building native executables, please consult <https://quarkus.io/guides/maven-tooling>. Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ Or, if you don't have GraalVM installed, you can run the native executable build ./mvnw package -Dnative -Dquarkus.native.container-build=true ``` You can then execute your native executable with: `./target/io.maestro.api.peering-1.0.0-SNAPSHOT-runner` You can then execute your native executable with: `./target/org.etsi.osl.hypo.api.peering-1.0.0-SNAPSHOT-runner` If you want to learn more about building native executables, please consult <https://quarkus.io/guides/maven-tooling>. Loading