Skip to content

Commit

Permalink
Support sechub-developer.properties for local gradle build again #3830
Browse files Browse the repository at this point in the history
  • Loading branch information
de-jcup committed Jan 27, 2025
1 parent 8b83d75 commit 5a8eaba
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ private LocalDeveloperFileSetupSupport() {
File sechubHidden = new File(userHome, ".sechub");
File sechubDevConfig = new File(sechubHidden, "sechub-developer.properties");

String buildGradleEnv = System.getProperty("sechub.build.gradle");
if (Boolean.parseBoolean(buildGradleEnv)) {
output("Recognized gradle build, skip check for :" + sechubDevConfig.getAbsolutePath());
return;
}

if (!sechubDevConfig.exists()) {
return;
}
Expand Down

0 comments on commit 5a8eaba

Please sign in to comment.