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 4a949a6 commit 63b4bf9Copy full SHA for 63b4bf9
web-modules/ratpack/pom.xml
@@ -85,6 +85,20 @@
85
</dependency>
86
</dependencies>
87
88
+ <build>
89
+ <plugins>
90
+ <plugin>
91
+ <groupId>org.apache.maven.plugins</groupId>
92
+ <artifactId>maven-surefire-plugin</artifactId>
93
+ <configuration>
94
+ <argLine>
95
+ --add-opens java.base/java.lang=ALL-UNNAMED
96
+ </argLine>
97
+ </configuration>
98
+ </plugin>
99
+ </plugins>
100
+ </build>
101
+
102
<properties>
103
<ratpack.version>1.9.0</ratpack.version>
104
<httpclient.version>4.5.3</httpclient.version>
0 commit comments