Skip to content

Commit 08103b5

Browse files
committed
update readme & fix pom warnings
1 parent 215f711 commit 08103b5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ Have a similar (java) interface to BWMirror to make porting bwmirror bots easy w
1818
- fast (citation needed)
1919

2020
### compilation
21+
`mvnw.cmd package`
22+
23+
or if you already have maven installed
24+
2125
`mvn package`

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@
77
<groupId>jbwapi</groupId>
88
<artifactId>jbwapi</artifactId>
99
<version>0.1</version>
10+
11+
<properties>
12+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13+
</properties>
14+
1015
<build>
1116
<plugins>
1217
<plugin>
1318
<groupId>org.apache.maven.plugins</groupId>
1419
<artifactId>maven-compiler-plugin</artifactId>
20+
<version>3.8.0</version>
1521
<configuration>
1622
<source>8</source>
1723
<target>8</target>

0 commit comments

Comments
 (0)