Re: [I] A question about "Build The Source Code" [seatunnel]

2025-03-25 Thread via GitHub
liunaijie closed issue #9042: A question about "Build The Source Code" URL: https://github.com/apache/seatunnel/issues/9042 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[I] A question about "Build The Source Code" [seatunnel]

2025-03-25 Thread via GitHub
soulgoast opened a new issue, #9042: URL: https://github.com/apache/seatunnel/issues/9042 I compiled the source code with reference to the commands of the official documents(v2.3.9), but it was unsuccessful. The error prompt is ``` Unknown lifecycle phase ".spotless=true". You must specif

Re: [I] A question about "Build The Source Code" [seatunnel]

2025-03-25 Thread via GitHub
liunaijie commented on issue #9042: URL: https://github.com/apache/seatunnel/issues/9042#issuecomment-2751115168 I suppose you are running on Windows. You can update the command to `./mvnw clean install -DskipTests -D"skip.spotless"=true` -- This is an automated message from the Apach