File tree Expand file tree Collapse file tree 1 file changed +3
-26
lines changed Expand file tree Collapse file tree 1 file changed +3
-26
lines changed Original file line number Diff line number Diff line change 80
80
<maven .compiler.testTarget>1.7</maven .compiler.testTarget>
81
81
<maven .compiler.testSource>1.7</maven .compiler.testSource>
82
82
83
+ <signature .artifact>java17</signature .artifact>
84
+ <signature .version>1.0</signature .version>
85
+
83
86
<clirr .comparisonVersion>1.1.2</clirr .comparisonVersion>
84
87
</properties >
85
88
116
119
</dependency >
117
120
</dependencies >
118
121
119
- <build >
120
- <plugins >
121
- <plugin >
122
- <groupId >org.codehaus.mojo</groupId >
123
- <artifactId >animal-sniffer-maven-plugin</artifactId >
124
- <version >1.15</version >
125
- <configuration >
126
- <signature >
127
- <groupId >org.codehaus.mojo.signature</groupId >
128
- <artifactId >java17</artifactId >
129
- <version >1.0</version >
130
- </signature >
131
- </configuration >
132
- <executions >
133
- <execution >
134
- <id >check-java-1.7-compat</id >
135
- <phase >process-classes</phase >
136
- <goals >
137
- <goal >check</goal >
138
- </goals >
139
- </execution >
140
- </executions >
141
- </plugin >
142
- </plugins >
143
- </build >
144
-
145
122
</project >
You can’t perform that action at this time.
0 commit comments