Skip to content

Commit dbc63bf

Browse files
committed
add java-promise.jar
1 parent 397bb67 commit dbc63bf

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

bin/java-promise.jar

12 KB
Binary file not shown.

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@
1515
<scope>test</scope>
1616
</dependency>
1717
</dependencies>
18-
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>
1933

2034
</project>

0 commit comments

Comments
 (0)