Flatten Scala source trees

This commit is contained in:
2025-03-25 16:57:24 -04:00
parent 85b60a649c
commit f1385b6d55
77 changed files with 670 additions and 679 deletions

View File

@@ -106,6 +106,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<sourcepath>${project.basedir}/src/main/kotlin</sourcepath>
</configuration>
</execution>
</executions>
</plugin>