Skip to content

Commit cbc9115

Browse files
committed
Skip Maven compilation for distribution run.
Kotlin compilation is disabled as well and serializable lambdas require Kotlin interface access. See: #3400
1 parent 9e2de95 commit cbc9115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext:
1111
scan:
1212
dir: target/classes/antora-resources/
1313
- run:
14-
command: ./mvnw package -Pdistribute
14+
command: ./mvnw package -Pdistribute -Dmaven.main.skip=true
1515
local: true
1616
scan:
1717
dir: target/antora

0 commit comments

Comments
 (0)