java { sourceCompatibility = JavaVersion.VERSION_17 } sourceSets.main.java.srcDirs = ["src/"] eclipse.project.name = appName + "-shared"