We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a794e commit 4ebf457Copy full SHA for 4ebf457
2 files changed
pom.xml
@@ -128,14 +128,14 @@
128
<artifactId>maven-compiler-plugin</artifactId>
129
<version>3.7.0</version>
130
<configuration>
131
- <source>1.7</source>
132
- <target>1.7</target>
+ <source>9</source>
+ <target>9</target>
133
</configuration>
134
</plugin>
135
<plugin>
136
<groupId>org.jacoco</groupId>
137
<artifactId>jacoco-maven-plugin</artifactId>
138
- <version>0.8.1</version>
+ <version>0.8.12</version>
139
<executions>
140
<execution>
141
<id>prepare-agent</id>
src/main/java/module-info.java
@@ -0,0 +1,3 @@
1
+module io.whitfin.siphash {
2
+ exports io.whitfin.siphash;
3
+}
0 commit comments