File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments