Skip to content

Commit

Permalink
MINOR: Fix 3.7 build failure by removing a superfluous empty snapshot…
Browse files Browse the repository at this point in the history
… file (apache#15076)

3.7 builds are failing with:
```
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':rat'.
> A failure occurred while executing org.nosphere.apache.rat.RatWork
   > Apache Rat audit failure - 1 unapproved license
     	See file:///home/jenkins/jenkins-agent/workspace/Kafka_kafka_3.7/build/rat/index.html
```
Upon a local run, I see that it's failing because a file is missing a license.

I notice that this file was erroneously introduced with the 3.7 cherry-pick of 380eb62, so this patch removes it
  • Loading branch information
stanislavkozlovski authored and gaurav-narula committed Jan 24, 2024
1 parent ccbf475 commit 30be48e
Showing 1 changed file with 0 additions and 0 deletions.
Empty file removed core/00000000000000000001.snapshot
Empty file.

0 comments on commit 30be48e

Please sign in to comment.