From 9c018ca2420b449826565bbea77b37bef1da1049 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Thu, 19 Sep 2024 23:06:38 +0200 Subject: [PATCH] Fixing nexus credential issue --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 80c2758..71abd1d 100644 --- a/build.gradle +++ b/build.gradle @@ -3,8 +3,6 @@ plugins { id 'jacoco' } -apply from: 'build_publish.gradle' - // Load custom properties if (project.hasProperty('customProperties')) { project.logger.info("Loading custom properties from: ${project.property('customProperties')}") @@ -17,6 +15,8 @@ if (project.hasProperty('customProperties')) { } } +apply from: 'build_publish.gradle' + repositories { mavenLocal() mavenCentral()