We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1098ebe commit bcf90c4Copy full SHA for bcf90c4
pom.xml
@@ -60,6 +60,14 @@
60
</execution>
61
</executions>
62
</plugin>
63
+ <plugin>
64
+ <groupId>org.apache.maven.plugins</groupId>
65
+ <artifactId>maven-compiler-plugin</artifactId>
66
+ <configuration>
67
+ <source>25</source>
68
+ <target>25</target>
69
+ </configuration>
70
+ </plugin>
71
</plugins>
72
</build>
73
</project>
src/main/java/com/example/Main.java
@@ -5,5 +5,8 @@
5
public class Main {
6
public static void main(String[] args) {
7
ElpriserAPI elpriserAPI = new ElpriserAPI();
8
+
9
}
10
11
12
0 commit comments