Gradle basic2 apply plugin: 'java' 란? docs.gradle.org/current/userguide/java_plugin.html The Java Plugin If a dependent project has changed in an ABI-compatible way (only its private API has changed), then Java compilation tasks will be up-to-date. This means that if project A depends on project B and a class in B is changed in an ABI-compatible way (typicall docs.gradle.org 해당 페이지를 요약하고 정리하고, 찾은 것들도 정리합니다. 아직 1년도 안된 개발자라.. 틀린 내용이 있.. 2020. 11. 25. Springboot Initializer build.gradle (미완) IntelliJ에서 Spring Initializer로 간단하게 스프링부트 어플리케이션을 생성하면 아래와 같은 build.gradle 이 생성된다. 추가한 의존성 lombok Spring Web plugins { id 'org.springframework.boot' version '2.3.4.RELEASE' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id 'java' } group = 'me.sjlee' version = '0.0.1-SNAPSHOT' sourceCompatibility = '11' configurations { compileOnly { extendsFrom annotationProcessor } } repositorie.. 2020. 10. 24. 이전 1 다음