Skip to content

Commit

Permalink
remove AnalysisOfEndpointConnections.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Thurner committed Aug 13, 2024
1 parent 8a2a656 commit e07e1da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 291 deletions.
11 changes: 0 additions & 11 deletions supporting_scripts/analysis-of-endpoint-connections/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ dependencies {
implementation rootProject.ext.springBootStarterWeb
}

application {
mainClassName = 'de.tum.cit.endpointanalysis.AnalysisOfEndpointConnections'
}

task runEndpointParser(type: JavaExec) {
classpath = sourceSets.main.runtimeClasspath
mainClass = 'de.tum.cit.endpointanalysis.EndpointParser'
Expand All @@ -38,10 +34,3 @@ task runRestCallAnalysis(type: JavaExec) {
classpath = sourceSets.main.runtimeClasspath
mainClass = 'de.tum.cit.endpointanalysis.RestCallAnalyzer'
}

// todo: remove this task if no arguments are needed
run {
if (project.hasProperty('appArgs')) {
args = project.appArgs.split(' ')
}
}

This file was deleted.

0 comments on commit e07e1da

Please sign in to comment.