@@ -98,7 +98,7 @@ The next version will be based on the semantic version scope (`major`, `minor`,
98
98
openjdk:26-slim /bin/bash -c " printenv && backend/jvm/build/libs/jvm"
99
99
100
100
# Build a container image and run
101
- $ ./gradlew :backend:jvm:jibDockerBuild --no-configuration-cache
101
+ $ ./gradlew :backend:jvm:jibDockerBuild
102
102
$ docker run -it --rm --name jvm -p 8080:8080 -p 9898:9898 sureshg/jvm
103
103
$ docker stats
104
104
```
@@ -192,6 +192,7 @@ The next version will be based on the semantic version scope (`major`, `minor`,
192
192
$ ./gradlew :web:jsBrowserProductionRun -t
193
193
$ ./gradlew :web:wasmJsBrowserProductionRun -t
194
194
$ ./gradlew kotlinUpgradePackageLock
195
+ $ ./gradlew kotlinWasmUpgradePackageLock
195
196
196
197
# Kobweb
197
198
$ kobweb run -p compose/web
@@ -211,7 +212,7 @@ The next version will be based on the semantic version scope (`major`, `minor`,
211
212
$ ./gradlew :backend:native:macOsUniversalBinary
212
213
213
214
# Native container image
214
- $ ./gradlew :backend:native:jibDockerBuild --no-configuration-cache
215
+ $ ./gradlew :backend:native:jibDockerBuild
215
216
$ docker run -it --rm --name native sureshg/native
216
217
217
218
# Debug distroless image
@@ -288,6 +289,9 @@ The next version will be based on the semantic version scope (`major`, `minor`,
288
289
# For aggregated publication (preferred) to Central
289
290
$ ./gradlew publishAggregationToCentralPortal
290
291
292
+ # For publishing snapshots
293
+ $ ./gradlew publishAggregationToCentralPortalSnapshots
294
+
291
295
# For all publications (separate publications)
292
296
$ ./gradlew publishAllPublicationsToCentralPortal
293
297
```
0 commit comments