michaelin007 2024-01-17 02:34:51 +00:00
parent 0b55315e8e
commit b9c8a43ff0
1 changed files with 2 additions and 2 deletions

View File

@ -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'