Skip to content

Commit

Permalink
Removed hardcoded path from run script
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmathew committed Jul 8, 2024
1 parent 09284e1 commit bcdf6ce
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .fleet/run.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }"
}
}
]
}

0 comments on commit bcdf6ce

Please sign in to comment.