mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 16:27:11 -07:00
Instead of excluding the templates folder from IDEA resources, setting a relative resource path to make IDEA put them in a classpath location that will not conflict with the source files in the project.
This commit is contained in:
parent
d35166d53d
commit
6b0455e9c5
5 changed files with 7 additions and 10 deletions
4
.idea/app.iml
generated
4
.idea/app.iml
generated
|
@ -10,8 +10,8 @@
|
|||
<sourceFolder url="file://$MODULE_DIR$/build/generated" isTestSource="false" generated="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/core/src/main/java" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/core/src/test/java" isTestSource="true" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/core/src/main/resources/templates" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/src/main/resources/templates" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/core/src/main/resources" type="java-resource" relativeOutputPath="resources" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" relativeOutputPath="resources" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue