본문 바로가기
반응형

java/gradle3

gradle 버전이 낮다고 빌드가 되지 않을때 Spring Boot plugin requires Gradle 6.8.x, 6.9.x, or 7.x. The current version is Gradle Spring Boot plugin requires Gradle 6.8.x, 6.9.x, or 7.x. The current version is Gradle 갑자기 gradle 버전이 낮다고 빌드가 되지 않을때 에러 내용 : * What went wrong: A problem occurred evaluating root project 'test'. > Failed to apply plugin [id 'org.springframework.boot'] > Spring Boot plugin requires Gradle 6.8.x, 6.9.x, or 7.x. The current version is Gradle 6.0.1 * Try: Run with --stacktrace option to get the stac.. 2022. 3. 9.
queryDsl error "Execution failed for task ':test-projecet:compileQuerydsl'." 에러 내용 muliple 프로젝트로 gradle를 사용하고 있는데 갑자기 "does not exist" 에러가 발생했다. > Task :varsql-core:compileQuerydsl FAILED F:\02.test\test\test-core\src\main\java\com\test\core\common\util\DataExportUtil.java:27: error: package com.varsql.core.common.constants does not exist import com.varsql.core.common.constants.BlankConstants; ..... FAILURE: Build failed with an exception. * What went wrong: Execution fa.. 2020. 4. 27.
gradle 로 web 프로젝트 새로고침 에러 에러 내용. elipse Markers에서 나오는 에러 내용. DescriptionResourcePathLocationType CHKJ3000E: WAR Validation Failed: org.eclipse.jst.j2ee.commonarchivecore.internal.exception.DeploymentDescriptorLoadException: WEB-INF/web.xmldynamic-webUnknownValidation Message 해결방법 : Project >Properties >Validation: Web (xxx) Validator 의 체크 박스 해제 2020. 4. 26.
반응형