mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-07 05:50:58 +07:00
13 lines
429 B
Groovy
13 lines
429 B
Groovy
sourceSets.main.java.srcDirs += compileJava.options.generatedSourceOutputDirectory.getAsFile().get()
|
|
idea.module.generatedSourceDirs += compileJava.options.generatedSourceOutputDirectory.getAsFile().get()
|
|
|
|
dependencies {
|
|
annotationProcessor project(':table:annotation-processor')
|
|
implementation project(':table:core')
|
|
implementation project(':table:annotations')
|
|
}
|
|
|
|
dependencies {
|
|
testImplementation "junit:junit:4.12"
|
|
}
|