We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef671fd commit d58b3adCopy full SHA for d58b3ad
pom.xml
@@ -7,6 +7,10 @@
7
<version>1.0-SNAPSHOT</version>
8
<name>MavenRoaringBitmapProject</name>
9
<url>http://maven.apache.org</url>
10
+ <properties>
11
+ <maven.compiler.source>11</maven.compiler.source>
12
+ <maven.compiler.target>11</maven.compiler.target>
13
+ </properties>
14
<dependencies>
15
<dependency>
16
<groupId>junit</groupId>
0 commit comments