Skip to content

Commit

Permalink
Removed temporary changes done to remove snyk.io integration with github
Browse files Browse the repository at this point in the history
  • Loading branch information
vihangpatil committed Nov 19, 2019
1 parent 53b5d0a commit 0b47ec0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 59 deletions.
45 changes: 0 additions & 45 deletions build.gradle

This file was deleted.

2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ include(":scaninfo-datastore")
include(":scaninfo-shredder")
include(":secure-archive")
include(":slack")
include(":snyk")
include(":tracing")

include(":sim-administration:es2plus4dropwizard")
Expand Down Expand Up @@ -91,7 +90,6 @@ project(":scaninfo-datastore").projectDir = File("$rootDir/scaninfo-datastore")
project(":scaninfo-shredder").projectDir = File("$rootDir/scaninfo-shredder")
project(":secure-archive").projectDir = File("$rootDir/secure-archive")
project(":slack").projectDir = File("$rootDir/slack")
project(":snyk").projectDir = File("$rootDir/snyk")
project(":tracing").projectDir = File("$rootDir/tracing")

project(":sim-administration:es2plus4dropwizard").projectDir = File("$rootDir/sim-administration/es2plus4dropwizard")
Expand Down
6 changes: 0 additions & 6 deletions sim-administration/es2plus4dropwizard/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,4 @@ dependencies {
testImplementation("org.mockito:mockito-core:${Version.mockito}")
}

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_12.majorVersion
}
}

apply(from = "../../gradle/jacoco.gradle.kts")
6 changes: 0 additions & 6 deletions sim-administration/ostelco-dropwizard-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,4 @@ dependencies {
testImplementation("io.dropwizard:dropwizard-testing:${Version.dropwizard}")
}

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_12.majorVersion
}
}

apply(from = "../../gradle/jacoco.gradle.kts")
Empty file removed snyk/build.gradle
Empty file.

0 comments on commit 0b47ec0

Please sign in to comment.