We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215f711 commit 08103b5Copy full SHA for 08103b5
2 files changed
README.md
@@ -18,4 +18,8 @@ Have a similar (java) interface to BWMirror to make porting bwmirror bots easy w
18
- fast (citation needed)
19
20
### compilation
21
+`mvnw.cmd package`
22
+
23
+or if you already have maven installed
24
25
`mvn package`
pom.xml
@@ -7,11 +7,17 @@
7
<groupId>jbwapi</groupId>
8
<artifactId>jbwapi</artifactId>
9
<version>0.1</version>
10
11
+ <properties>
12
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
+ </properties>
14
15
<build>
16
<plugins>
17
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>3.8.0</version>
<configuration>
<source>8</source>
<target>8</target>
0 commit comments