@@ -98,7 +98,7 @@ The next version will be based on the semantic version scope (`major`, `minor`,
9898 openjdk:26-slim /bin/bash -c " printenv && backend/jvm/build/libs/jvm"
9999
100100 # Build a container image and run
101- $ ./gradlew :backend:jvm:jibDockerBuild --no-configuration-cache
101+ $ ./gradlew :backend:jvm:jibDockerBuild
102102 $ docker run -it --rm --name jvm -p 8080:8080 -p 9898:9898 sureshg/jvm
103103 $ docker stats
104104 ```
@@ -192,6 +192,7 @@ The next version will be based on the semantic version scope (`major`, `minor`,
192192 $ ./gradlew :web:jsBrowserProductionRun -t
193193 $ ./gradlew :web:wasmJsBrowserProductionRun -t
194194 $ ./gradlew kotlinUpgradePackageLock
195+ $ ./gradlew kotlinWasmUpgradePackageLock
195196
196197 # Kobweb
197198 $ kobweb run -p compose/web
@@ -211,7 +212,7 @@ The next version will be based on the semantic version scope (`major`, `minor`,
211212 $ ./gradlew :backend:native:macOsUniversalBinary
212213
213214 # Native container image
214- $ ./gradlew :backend:native:jibDockerBuild --no-configuration-cache
215+ $ ./gradlew :backend:native:jibDockerBuild
215216 $ docker run -it --rm --name native sureshg/native
216217
217218 # Debug distroless image
@@ -288,6 +289,9 @@ The next version will be based on the semantic version scope (`major`, `minor`,
288289 # For aggregated publication (preferred) to Central
289290 $ ./gradlew publishAggregationToCentralPortal
290291
292+ # For publishing snapshots
293+ $ ./gradlew publishAggregationToCentralPortalSnapshots
294+
291295 # For all publications (separate publications)
292296 $ ./gradlew publishAllPublicationsToCentralPortal
293297 ```
0 commit comments