File tree Expand file tree Collapse file tree
java-os-login/google-cloud-os-login Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 </dependency >
9797 </dependencies >
9898
99+
99100 <profiles >
100101 <profile >
101102 <id >java9</id >
109110 </dependency >
110111 </dependencies >
111112 </profile >
113+ <profile >
114+ <id >java17</id >
115+ <activation >
116+ <jdk >[17,)</jdk >
117+ </activation >
118+ <build >
119+ <plugins >
120+ <plugin >
121+ <groupId >org.apache.maven.plugins</groupId >
122+ <artifactId >maven-surefire-plugin</artifactId >
123+ <configuration >
124+ <argLine >--add-opens=java.base/java.time=ALL-UNNAMED
125+ --add-opens=java.base/java.math=ALL-UNNAMED
126+ --add-opens=java.base/sun.security.rsa=ALL-UNNAMED
127+ --add-opens=java.base/sun.security.pkcs=ALL-UNNAMED
128+ --add-opens=java.base/sun.security.x509=ALL-UNNAMED
129+ --add-opens=java.base/sun.security.util=ALL-UNNAMED
130+ --add-opens=java.base/java.security=ALL-UNNAMED</argLine >
131+ </configuration >
132+ </plugin >
133+ </plugins >
134+ </build >
135+
136+ </profile >
112137 </profiles >
113138
114139 <build >
You can’t perform that action at this time.
0 commit comments