From 377a3dc5578a0d3242cd03ac15196aafa205601a Mon Sep 17 00:00:00 2001 From: Stephen Byrne Date: Tue, 29 Sep 2020 23:43:54 -0400 Subject: Set aether authn when getting artifacts When getting artifacts via aether for the plugins classpath, set authentication on the remote repositories. Without this, dokka fails if remote repositories require authentication. --- runners/maven-plugin/src/main/kotlin/DokkaMojo.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runners/maven-plugin/src/main/kotlin') diff --git a/runners/maven-plugin/src/main/kotlin/DokkaMojo.kt b/runners/maven-plugin/src/main/kotlin/DokkaMojo.kt index 4e5e053a..89928b4c 100644 --- a/runners/maven-plugin/src/main/kotlin/DokkaMojo.kt +++ b/runners/maven-plugin/src/main/kotlin/DokkaMojo.kt @@ -279,7 +279,7 @@ abstract class AbstractDokkaMojo(private val defaultDokkaPlugins: List