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를 이용하는 것이 낫다.