This commit is contained in:
parent
0b55315e8e
commit
b9c8a43ff0
@ -6,8 +6,8 @@ plugins {
|
||||
apply plugin: 'application'
|
||||
mainClassName = 'employee.EmployeeApp'
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
sourceCompatibility = "1.8"
|
||||
targetCompatibility = "1.8"
|
||||
|
||||
println 'This is executed during configuration phase'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user