File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 147147 <artifactId >maven-compiler-plugin</artifactId >
148148 <version >3.12.1</version >
149149 <configuration >
150+ <release >11</release >
150151 <source >11</source >
151152 <target >11</target >
152153 </configuration >
187188 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
188189 </properties >
189190 <profiles >
190- <profile >
191- <id >active-on-jdk-9-plus</id >
192- <activation >
193- <jdk >[9,)</jdk >
194- </activation >
195- <build >
196- <plugins >
197- <plugin >
198- <artifactId >maven-compiler-plugin</artifactId >
199- <version >3.12.1</version >
200- <configuration >
201- <release >11</release >
202- </configuration >
203- </plugin >
204- </plugins >
205- </build >
206- </profile >
207191 <profile >
208192 <id >not-windows</id >
209193 <!--
You can’t perform that action at this time.
0 commit comments