Skip to content

Commit

Permalink
Remove rest of debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
kotcrab committed Feb 6, 2025
1 parent aed3ee2 commit 053d960
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 72 deletions.
13 changes: 0 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ if (ghidraInstallDir) {

buildscript {
ext.kotlinVersion = '2.0.21'
ext.kotlinCoroutinesVersion = '1.7.1'
ext.ktorVersion = '2.3.12'
ext.testGsonVersion = '2.9.0'
ext.testLog4j2Version = '2.24.1'
repositories {
mavenCentral()
Expand All @@ -54,16 +51,6 @@ apply plugin: 'kotlin'

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$kotlinCoroutinesVersion"
implementation "io.ktor:ktor-client-core:$ktorVersion"
implementation "io.ktor:ktor-client-cio:$ktorVersion"
implementation "io.ktor:ktor-client-websockets:$ktorVersion"
implementation "io.ktor:ktor-client-content-negotiation:$ktorVersion"
implementation("io.ktor:ktor-serialization-gson:$ktorVersion") {
exclude group: 'com.google.code.gson', module: 'gson' // already provided by Ghidra
}
testImplementation "com.google.code.gson:gson:$testGsonVersion"
testImplementation "org.apache.logging.log4j:log4j-api:$testLog4j2Version"
testImplementation "org.apache.logging.log4j:log4j-core:$testLog4j2Version"
}
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/log4j2-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</Console>
</Appenders>
<Loggers>
<Logger level="DEBUG" name="allegrex.agent.ppsspp"/>
<Root level="INFO">
<AppenderRef ref="Console"/>
</Root>
Expand Down

This file was deleted.

0 comments on commit 053d960

Please sign in to comment.