From ebdf6409347317a2d21efc521053fffc17b68b5e Mon Sep 17 00:00:00 2001 From: Infendro Date: Sat, 13 Dec 2025 01:09:19 +0100 Subject: [PATCH] small refactor --- build.gradle.kts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 84e7f6e..6737249 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,8 +36,6 @@ kotlin { } } -publishing { - repositories { - infendro(token) - } +publishing.repositories { + infendro(token) }