From ba0264d50d9aff0010b0a8d99d8f11e3e5199d06 Mon Sep 17 00:00:00 2001 From: Andrea Calia Date: Tue, 11 May 2021 19:14:25 +0200 Subject: [PATCH] using new deploy script for JavaFx applications --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2a7221f9..00806daa 100644 --- a/build.gradle +++ b/build.gradle @@ -131,5 +131,5 @@ if (!project['CERN_VM']) { if (project['DEPLOYMENT']) { println 'Applying deployment scripts' - apply from: 'https://raw.githubusercontent.com/ossgang/gradle-scripts/master/deployment/deploy-to-maven-central.gradle' + apply from: 'https://raw.githubusercontent.com/ossgang/gradle-scripts/master/deployment/deploy-to-maven-central-fx.gradle' }