fix argline for JDK 16 unit tests
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c43ec190ca
commit
56a52cb22a
@ -3,6 +3,7 @@
|
|||||||
### Improvements
|
### Improvements
|
||||||
* Use pre-sized map objects for fixed-size payloads
|
* Use pre-sized map objects for fixed-size payloads
|
||||||
* Minor dependency updates
|
* Minor dependency updates
|
||||||
|
* Unit test adjustments for JDK 16 build environments
|
||||||
|
|
||||||
### Test
|
### Test
|
||||||
* Tested against Vault 1.7.0
|
* Tested against Vault 1.7.0
|
||||||
|
2
pom.xml
2
pom.xml
@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
<argLine></argLine>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
@ -96,6 +97,7 @@
|
|||||||
<version>2.22.2</version>
|
<version>2.22.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<reuseForks>false</reuseForks>
|
<reuseForks>false</reuseForks>
|
||||||
|
<argLine>@{argLine} --illegal-access=permit</argLine>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user