Skip to content

Commit 1031306

Browse files
author
yuzelin
committed
T1
1 parent 3820377 commit 1031306

File tree

1 file changed

+4
-0
lines changed
  • paimon_python_java/paimon-python-java-bridge/tools/ci/paimon-ci-tools/src/main/java/org/apache/paimon/tools/ci/licensecheck

1 file changed

+4
-0
lines changed

paimon_python_java/paimon-python-java-bridge/tools/ci/paimon-ci-tools/src/main/java/org/apache/paimon/tools/ci/licensecheck/LicenseChecker.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ public static void main(String[] args) throws Exception {
4141

4242
int severeIssueCount = NoticeFileChecker.run(new File(args[0]), Paths.get(args[1]));
4343

44+
if (true) {
45+
throw new RuntimeException("Here. count: " + severeIssueCount);
46+
}
47+
4448
severeIssueCount += JarFileChecker.checkPath(Paths.get(args[2]));
4549

4650
if (severeIssueCount > 0) {

0 commit comments

Comments
 (0)