Skip to content

Commit

Permalink
soak test: remove redundant start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mostroverkhov committed Jul 23, 2024
1 parent 3166e70 commit 4fb24d9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
10 changes: 0 additions & 10 deletions netty-websocket-http1-soaktest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@ dependencies {
runtimeOnly "ch.qos.logback:logback-classic"
}

task runServer(type: JavaExec) {
classpath = sourceSets.main.runtimeClasspath
mainClass = "com.jauntsdn.netty.handler.codec.http.websocketx.soaktest.server.Main"
}

task runClient(type: JavaExec) {
classpath = sourceSets.main.runtimeClasspath
mainClass = "com.jauntsdn.netty.handler.codec.http.websocketx.soaktest.client.Main"
}

task serverScripts(type: CreateStartScripts) {
mainClass = "com.jauntsdn.netty.handler.codec.http.websocketx.soaktest.server.Main"
applicationName = "${project.name}-server"
Expand Down
3 changes: 0 additions & 3 deletions soak_client.sh

This file was deleted.

3 changes: 0 additions & 3 deletions soak_server.sh

This file was deleted.

0 comments on commit 4fb24d9

Please sign in to comment.