Skip to content

Commit

Permalink
Fix gradle uber-jar in codestarts
Browse files Browse the repository at this point in the history
Completing quarkusio#12700
  • Loading branch information
ia3andy committed Oct 14, 2020
1 parent ecf8d24 commit a41dd77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ language:
guide-native: https://quarkus.io/guides/gradle-tooling#building-a-native-executable
cmd:
dev: gradle quarkusDev
package: gradle quarkusBuild
package-uberjar: gradle quarkusBuild --uber-jar
package: gradle build
package-uberjar: gradle build -Dquarkus.package.type=uber-jar
package-native: gradle build -Dquarkus.package.type=native
package-native-container: gradle build -Dquarkus.package.type=native -Dquarkus.native.container-build=true
build-ci: gradle build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ language:
guide-native: https://quarkus.io/guides/gradle-tooling#building-a-native-executable
cmd:
dev: gradle quarkusDev
package: gradle quarkusBuild
package-uberjar: gradle quarkusBuild --uber-jar
package: gradle build
package-uberjar: gradle build --Dquarkus.package.type=uber-jar
package-native: gradle build -Dquarkus.package.type=native
package-native-container: gradle build -Dquarkus.package.type=native -Dquarkus.native.container-build=true
build-ci: gradle build
Expand Down

0 comments on commit a41dd77

Please sign in to comment.