sentry: Fix logging

This commit is contained in:
Owain van Brakel
2020-03-13 12:15:07 +01:00
parent b6b1ae3659
commit 6987d28538
7 changed files with 38 additions and 13 deletions

View File

@@ -135,6 +135,7 @@ tasks {
from("src/main/resources") {
include("open.osrs.properties")
include("sentry.properties")
}
into("${buildDir}/resources/main")