Skip to content

Commit

Permalink
[FEATURE] Update build pipeline, fix multi release jar with proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
gravit0 committed Oct 25, 2023
1 parent f0555b5 commit 1229e6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ public Path process(Path inputFile) throws IOException {
return resultFile;
}

@Override
public boolean allowDelete() {
return true;
}

public void sign(Path source, Path dest) throws IOException {
OSSLSignTask.sign(config, signConf, source, dest);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,5 @@ public Path process(Path inputFile) throws IOException {
}
return inputFile;
}

@Override
public boolean allowDelete() {
return false;
}
}
}

0 comments on commit 1229e6c

Please sign in to comment.