From 0aeb06ab68889602e8794236687a3a3e9e671fed Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Sat, 22 May 2021 09:53:41 -0700 Subject: [PATCH] reeeee --- build.gradle.kts | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3c02f03..b547979 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,9 +64,6 @@ publishing { name = "Job-Token" value = System.getenv("CI_JOB_TOKEN") } - authentication { - container(HttpHeaderAuthentication::class.java) - } } } }