aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGunnar Morling <gunnar.morling@googlemail.com>2024-01-14 11:04:15 +0100
committerGunnar Morling <gunnar.morling@googlemail.com>2024-01-14 11:12:56 +0100
commit2c26b511e741f4d96a51dda831001946ea27a591 (patch)
tree6460eea09f870aedc19be0a5c588b86a6926456a /pom.xml
parent8063e0e0b29a3f5df89bdbaa51e03c9b96c76cc9 (diff)
Housekeeping around Cliff's entry:
- Making launcher executable - Removing time call - Honoring copyright request
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7c1b590..51226a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,6 +209,8 @@
<exclude>**/measurements*.out</exclude>
<exclude>out_expected.txt</exclude>
<exclude>github_users.txt</exclude>
+ <!-- Cliff asked to be named as the copyright holder for his entry; -->
+ <exclude>src/main/java/dev/morling/onebrc/CalculateAverage_cliffclick.java</exclude>
</excludes>
</configuration>
<executions>