diff --git a/build.gradle.kts b/build.gradle.kts index eb1aa5d..8a9b749 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,6 +53,9 @@ allprojects { username = System.getenv("MAVEN_REPO_USERNAME") ?: "" password = System.getenv("MAVEN_REPO_PASSWORD") ?: "" } + authentication { + create("basic") + } } } }