Graham
0e706bc578
Update coverage pattern
...
Signed-off-by: Graham <gpe@openrs2.org>
4 years ago
Graham
ce5b76ef0f
Rename dev.openrs2 package to org.openrs2
...
Signed-off-by: Graham <gpe@openrs2.org>
4 years ago
Graham
dd560c1801
Restrict code coverage to the dev.openrs2 package
...
Signed-off-by: Graham <gpe@openrs2.dev>
5 years ago
Graham
1d56887e03
Disable per-module working directory for coverage compatibility
...
Signed-off-by: Graham <gpe@openrs2.dev>
5 years ago
Graham
ab138f5572
Revert "Run tests with Gradle instead of IDEA's test runner"
...
This reverts commit 7415ae6ec9
.
The problems that caused me to write this commit in the first place have
been fixed. Using IDEA's test runner directly is nicer - e.g. for code
coverage integration.
5 years ago
Graham
7415ae6ec9
Run tests with Gradle instead of IDEA's test runner
...
IDEA's test runner doesn't work very well with multi-module projects,
particularly where there are different versions of jars in the
classpath.
Signed-off-by: Graham <gpe@openrs2.dev>
5 years ago
Graham
a52d58e8b5
Use Clikt to implement the command-line interface
...
Signed-off-by: Graham <gpe@openrs2.dev>
5 years ago
Graham
5c5a908a37
Set decompiler's heap size to 3 GiB
...
The default on my laptop (with 8 GiB of RAM, so presumably a 2 GiB heap)
is too small.
5 years ago
Graham
ccbbf873af
Switch from Maven to Gradle
5 years ago
Graham
c6cf9a4d94
Add initial client bundler
5 years ago
Graham
c692a17bc9
Set Netty leak detection level to PARANOID when running the GameServer
5 years ago
Graham
d155f99ffb
Set Netty leak detection level to PARANOID in unit tests
5 years ago
Graham
46ea157ee1
Add IDEA run configurations
5 years ago