File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
modules/jooby-cli/src/main/resources/cli Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 4848
4949 <build >
5050 {{ #if kotlin }}
51- <sourceDirectory >${project.basedir}/ src/ main/ kotlin</sourceDirectory >
52- <testSourceDirectory >${project.basedir}/ src/ test/ kotlin</testSourceDirectory >
51+ <sourceDirectory >${project.basedir}${file.separator} src${file.separator} main${file.separator} kotlin</sourceDirectory >
52+ <testSourceDirectory >${project.basedir}${file.separator} src${file.separator} test${file.separator} kotlin</testSourceDirectory >
5353 {{ /if }}
5454 <resources >
5555 <resource >
5656 <directory >conf</directory >
5757 </resource >
58+ <resource >
59+ <directory >src${file.separator}main${file.separator}resources</directory >
60+ </resource >
5861 </resources >
5962 <plugins >
6063 {{ #if kotlin }}
You can’t perform that action at this time.
0 commit comments