build JDK와 release target

compiler 실행 version과 생성 artifact의 API·language target을 구분한다.

JDK 25 compiler

javac 자체와 tool plugin이 실행되는 환경

toolchain

--release N

사용 가능한 platform API와 class file target

artifact contract
검증java·javac version과 build option을 log에 함께 남긴다

핵심: version 문자열 substring 대신 Runtime.Version API를 사용한다.