Browse Source

Skip Maven compilation for distribution run.

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

See: #3400
main
Mark Paluch 6 days 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: @@ -11,7 +11,7 @@ ext:
scan:
dir: target/classes/antora-resources/
- run:
command: ./mvnw package -Pdistribute
command: ./mvnw package -Pdistribute -Dmaven.main.skip=true
local: true
scan:
dir: target/antora

Loading…
Cancel
Save