apply plugin: 'java-library' dependencies { implementation project(':entity') } sourceCompatibility = "8" targetCompatibility = "8"