From bcdf6ce2dc804af250745c4274f8ebee09898ab7 Mon Sep 17 00:00:00 2001 From: Robert Mathew Date: Mon, 8 Jul 2024 15:12:33 +0530 Subject: [PATCH] Removed hardcoded path from run script --- .fleet/run.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.fleet/run.json b/.fleet/run.json index 797ff2ad..a523f1a3 100644 --- a/.fleet/run.json +++ b/.fleet/run.json @@ -27,16 +27,6 @@ "initScripts": { "flmapper": "ext.mapPath = { path -> null }" } - }, - { - "name": "OpenID-Federation [admin-server:bootRun]", - "type": "gradle", - "workingDir": "C:\\Users\\Robo\\Sphereon\\OpenID-Federation", - "tasks": ["admin-server:bootRun"], - "args": [""], - "initScripts": { - "flmapper": "ext.mapPath = { path -> null }" - } } ] } \ No newline at end of file