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 397bb67 commit dbc63bfCopy full SHA for dbc63bf
bin/java-promise.jar
12 KB
pom.xml
@@ -15,6 +15,20 @@
15
<scope>test</scope>
16
</dependency>
17
</dependencies>
18
-
+ <properties>
19
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20
+ </properties>
21
+ <build>
22
+ <finalName>java-promise</finalName>
23
+ <plugins>
24
+ <plugin>
25
+ <artifactId>maven-compiler-plugin</artifactId>
26
+ <configuration>
27
+ <source>1.7</source>
28
+ <target>1.7</target>
29
+ </configuration>
30
+ </plugin>
31
+ </plugins>
32
+ </build>
33
34
</project>
0 commit comments