본문 바로가기

안녕하세요 에러 선생님4

[Gradle] Native subprocess control requires open access to the JDK IO subsystem Rest Docs를 사용하면서 나타난 에러이다. https://github.com/jruby/jruby/issues/6721 WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem · Issue #6721 · jruby/jruby Environment Information Provide at least: JRuby version - 9.2.18.0 Operating system and platform - Linux Boris-Desktop 5.12.10-arch1-1 #1 SMP PREEMPT Thu, 10 Jun 2021 16:34:50 +0000 x86_64 GNU/Linu... github.com.. 2023. 1. 23.
Lombok: variable not initialized in the default constructor 기존에 작성한 dependencies dependencies { implementation 'org.projectlombok:lombok' } gradle 5.x 이상 dependencies { compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' } 2022. 6. 12.
No tests found for given includes: 에러 오늘의 에러 선생님 해결 방법 intellj -> perfernences -> gradle(검색) -> run test using (intellj)로 변경해주자! 2022. 6. 7.
Gradle Could not find method compile() 에러 Gradle 프로젝트 초기 설정에서 만난 에러다 Caused by: org.gradle.internal.metaobject.AbstractDynamicObject$CustomMessageMissingMethodException: Could not find method compile() for arguments [org.springframework.boot:spring-boot-starter-web] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. (초기 단계에서 에러와 만나서 깊은 상처와 구글 형님에게 달려갔다) compile, runtime, testCompile, testRunti.. 2022. 6. 6.