plugins {
id 'java-library'
}
sourceSets {
main {
java {
srcDir 'java/src'
dependencies {
api project(':core')