5 lines
74 B
Groovy
5 lines
74 B
Groovy
|
|
apply plugin: 'java'
|
|
sourceCompatibility = 1.8
|
|
targetCompatibility = 1.8
|