From ecbeab8531dd7736ead40347c6a5f588b565e3a1 Mon Sep 17 00:00:00 2001 From: Infendro Date: Sat, 13 Dec 2025 01:09:41 +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 873ed89..98a9a50 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,8 +32,6 @@ kotlin { } } -publishing { - repositories { - infendro(token) - } +publishing.repositories { + infendro(token) }