mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Merge branch 'fix-problem-from-recent-fix-for-annotations-processor' into 'master'
Fix problem in AS after 8962fefd
See merge request briar/briar!1840
This commit is contained in:
@@ -6,9 +6,9 @@ sourceSets.configureEach { sourceSet ->
|
|||||||
|
|
||||||
idea {
|
idea {
|
||||||
module {
|
module {
|
||||||
sourceDirs += compileJava.options.generatedSourceOutputDirectory
|
sourceDirs += compileJava.options.generatedSourceOutputDirectory.get().getAsFile()
|
||||||
generatedSourceDirs += compileJava.options.generatedSourceOutputDirectory
|
generatedSourceDirs += compileJava.options.generatedSourceOutputDirectory.get().getAsFile()
|
||||||
testSourceDirs += compileTestJava.options.generatedSourceOutputDirectory
|
testSourceDirs += compileTestJava.options.generatedSourceOutputDirectory.get().getAsFile()
|
||||||
generatedSourceDirs += compileTestJava.options.generatedSourceOutputDirectory
|
generatedSourceDirs += compileTestJava.options.generatedSourceOutputDirectory.get().getAsFile()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user