Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz authored and mergify-bot committed Mar 15, 2021
1 parent 435ec45 commit a219c8b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
6 changes: 0 additions & 6 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,8 @@ tasks.test {
tasks.withType<KotlinCompile> { kotlinOptions.jvmTarget = "1.8" }

dependencies {
// implementation(kotlin("stdlib", org.jetbrains.kotlin.config.KotlinCompilerVersion.VERSION)) // or "stdlib-jdk8"
// Fuel
api(Dependencies.Fuel.CORE)
// api(Dependencies.Fuel.KOTLINX_SERIALIZATION)
// api(Dependencies.Fuel.COROUTINES)
// Archive
api(Dependencies.ARCHIVE_LIB)
// api(Dependencies.TUKAANI_XZ)

testImplementation(Dependencies.JUNIT)
testImplementation(Dependencies.MOCKK)
Expand Down
2 changes: 0 additions & 2 deletions flank-scripts/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,9 @@ repositories {
}

dependencies {
// implementation(kotlin("stdlib", org.jetbrains.kotlin.config.KotlinCompilerVersion.VERSION)) // or "stdlib-jdk8"
implementation(Dependencies.KOTLIN_SERIALIZATION)
implementation(project(":common"))
implementation(Dependencies.CLIKT)
// implementation(Dependencies.JSOUP)
implementation(Dependencies.JCABI_GITHUB)
implementation(Dependencies.SLF4J_NOP)
implementation(Dependencies.GLASSFISH_JSON)
Expand Down
1 change: 0 additions & 1 deletion integration_tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ repositories {
}

dependencies {
implementation(kotlin("stdlib"))
implementation(project(":common"))
testImplementation(Dependencies.JUNIT)
testImplementation(Dependencies.JACKSON_XML)
Expand Down
9 changes: 2 additions & 7 deletions test_runner/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
import groovy.util.Node
import groovy.util.NodeList
import java.io.ByteArrayOutputStream
import java.nio.file.Paths
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.io.ByteArrayOutputStream
import java.nio.file.Paths

plugins {
application
Expand Down Expand Up @@ -181,8 +181,6 @@ dependencies {
implementation(Dependencies.DD_PLIST)
implementation(Dependencies.DEX_TEST_PARSER)

// implementation(Dependencies.GSON)

implementation(Dependencies.JACKSON_DATABIND)
implementation(Dependencies.JACKSON_KOTLIN)
implementation(Dependencies.JACKSON_YAML)
Expand All @@ -205,7 +203,6 @@ dependencies {
implementation(Dependencies.PICOCLI)
annotationProcessor(Dependencies.PICOCLI_CODEGEN)

// implementation(Dependencies.WOODSTOX)
implementation(Dependencies.KOTLIN_LOGGING)
implementation(Dependencies.COMMON_TEXT)
implementation(Dependencies.JANSI)
Expand All @@ -215,8 +212,6 @@ dependencies {
// compile("com.google.apis:google-api-services-testing:v1-rev30-1.23.0")
implementation(project(":firebase_apis:test_api"))

// testImplementation(Dependencies.JSOUP)
// testImplementation(Dependencies.OKHTTP)
testImplementation(Dependencies.JUNIT)
testImplementation(Dependencies.SYSTEM_RULES)
testImplementation(Dependencies.TRUTH)
Expand Down

0 comments on commit a219c8b

Please sign in to comment.