====== Gradle Maven Publish Plugin ====== * https://docs.gradle.org/current/userguide/publishing_maven.html * [[springframework:springboot:jar_publish|Spring Boot Jar Publish]] 참조. ===== Error: Cannot configure the 'publishing' extension after it has been accessed ===== ''Error: Cannot configure the 'publishing' extension after it has been accessed'' 오류가 발생하는 이유는 Project Property 등으로 동적으로 ''publishing''의 version 등의 값을 설정하려들기 때문이다. 이 때 project property가 아닌 System Property를 이용하는 것이 낫다.