// This script is only for IntelliSense of thymeleaf. plugins { id 'java' } group 'run.halo' version '1.0' repositories { mavenCentral() } dependencies { implementation('org.thymeleaf:thymeleaf:3.0.12.RELEASE') }