``` compileGroovy { sourceCompatibility = 1.8 ...
# eap
s
Copy code
compileGroovy {
		sourceCompatibility = 1.8
		targetCompatibility = 1.8
	}