Browse Source

Skip Maven compilation for distribution run.

Kotlin compilation is disabled as well and serializable lambdas require Kotlin interface access.

See: #3400
pull/3454/head
Mark Paluch 2 months ago
parent
commit
cbc9115769
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 2
      src/main/antora/antora.yml

2
src/main/antora/antora.yml

@ -11,7 +11,7 @@ ext:
scan: scan:
dir: target/classes/antora-resources/ dir: target/classes/antora-resources/
- run: - run:
command: ./mvnw package -Pdistribute command: ./mvnw package -Pdistribute -Dmaven.main.skip=true
local: true local: true
scan: scan:
dir: target/antora dir: target/antora

Loading…
Cancel
Save