Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ingest-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@
</configuration>
</execution>
</executions>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
<!-- Copy WellKnownKustoEndpoints.json from data module to target/classes -->
<!-- This keeps the source tree clean and ensures the file is always from data module -->
Expand Down
Loading