mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
use Java 12 everywhere
the `docsys` module did use Java 12 for it, while the rest was compiled for Java 11. As we're packing with Java 12 anyway, let switch to it for everything.
This commit is contained in:
parent
e026e993c6
commit
0b9b243e62
@ -127,15 +127,6 @@
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<!-- TODO: change to Java 12 everywhere? -->
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<release>12</release>
|
||||
<source>12</source>
|
||||
<target>12</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
@ -33,6 +33,13 @@
|
||||
<classifier>shaded</classifier>
|
||||
</dependency>
|
||||
|
||||
<!-- TODO: do we need this, if we're using shaded variant? -->
|
||||
<dependency>
|
||||
<groupId>io.nosqlbench</groupId>
|
||||
<artifactId>engine-docker</artifactId>
|
||||
<version>3.12.43-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.testng</groupId>
|
||||
<artifactId>testng</artifactId>
|
||||
@ -50,15 +57,11 @@
|
||||
<artifactId>assertj-core-java8</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.nosqlbench</groupId>
|
||||
<artifactId>engine-docker</artifactId>
|
||||
<version>3.12.43-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- <dependency>-->
|
||||
|
@ -11,7 +11,7 @@
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<javadoc.name>nosqlbench</javadoc.name>
|
||||
|
||||
<java.target.version>11</java.target.version>
|
||||
<java.target.version>12</java.target.version>
|
||||
|
||||
<!-- properties for package versions -->
|
||||
<antlr4.version>4.7.2</antlr4.version>
|
||||
|
Loading…
Reference in New Issue
Block a user