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