enable assertions when running from gradle
This commit is contained in:
@@ -206,6 +206,7 @@ tasks {
|
||||
group = "openosrs"
|
||||
|
||||
classpath = project(":runelite-client").sourceSets.main.get().runtimeClasspath
|
||||
enableAssertions = true
|
||||
}
|
||||
|
||||
named<DependencyUpdatesTask>("dependencyUpdates") {
|
||||
|
||||
@@ -162,6 +162,7 @@ tasks {
|
||||
group = "openosrs"
|
||||
|
||||
classpath = project.sourceSets.main.get().runtimeClasspath
|
||||
enableAssertions = true
|
||||
main = "net.runelite.client.RuneLite"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user