-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
빌드 실패 #45
Comments
BUILD FAILED in 6s |
Buildtools.jar를 받아 Spigot 1.16.5를 먼저 빌드한후 실행하여 주세요. |
Buildtools.jar가 뭐죠 그리고 spigot1.16.5 빌드는 어떻게 하나요;; |
@chipppppp |
저거 아무것도 몰라서 그런데 혹시 java -jar Buildtools.jar --rev 1.16.5가 뭔지 알수있을까요 |
그냥 릴리즈에서 ps1파일 받고 실행... |
문제 해결되었다면 이슈닫아주시고, 아닐경우 이를 따라주세요: BuildTools 실행새 폴더를 만들고 그 안에서 BuildTools.jar를 실행하는걸 권장합니다. BuildTools.jar가 있는 디렉터리로 cmd를 이용해 이동시키거나 그 디렉터리 내에서 Shift + 우클릭을 누른 뒤 PowerShell을 켜서
대부분의 서버 관리자들은 BuildTools를 이용해 Spigot을 받으려는 작업을 하지만, 개발자들은 로컬 메이븐 저장소에 Spigot관련 파일을 넣기 위해 사용하는 경우가 있습니다. BuildTools 작업이 마쳐지면 여담이 댓글에 잘못된 정보가 달려있거나 개선할점 등이 있다면 언제든 맨션하여 알려주시면 감사하겠습니다. 질문 작성자 분께: 제가 하기에는 좀 무례한 충고 일 수 있으나, 무조건 |
오홍 감사합니다 |
cmd 에서 cd 파일경로 > gradlew.bat build 라고 쳤는데
FAILURE: Build failed with an exception.
Where:
Build file 'C:\Users\wlsdb\Desktop\inv-captive-master\build.gradle.kts' line: 105
What went wrong:
Script compilation errors:
Line 105: standardOutput = OutputStream.nullOutputStream()
^ Unresolved reference: nullOutputStream
Line 106: errorOutput = OutputStream.nullOutputStream()
^ Unresolved reference: nullOutputStream
2 errors
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
이렇게 나오는데 해결방법좀 알려주실분 있나요
The text was updated successfully, but these errors were encountered: