Skip to content

Commit 46a4a10

Browse files
committed
[hotfix][build] Add distributionSha256Sum check for maven wrapper
1 parent 025ffd1 commit 46a4a10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
wrapperVersion=3.3.2
1818
distributionType=only-script
1919
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
20+
distributionSha256Sum=ccf20a80e75a17ffc34d47c5c95c98c39d426ca17d670f09cd91e877072a9309

website/community/dev/ide-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,4 @@ Go to "Settings" → "Build, Execution, Deployment" → "Compiler" → "Java Com
217217

218218
This happens if Fluss dependencies are set to "provided", resulting in them not being available
219219
on the classpath. You can either check "Include dependencies with 'Provided' scope" in your
220-
run configuration, or create a test that calls the `main()` method of the example.
220+
run configuration, or create a test that calls the `main()` method of the example.

0 commit comments

Comments
 (0)