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