8000 BASELINE for all examples · java-to-kotlin/code@1d281b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d281b0

Browse files
committed
BASELINE for all examples
1 parent 144bad9 commit 1d281b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ repositories {
1414
mavenLocal()
1515
}
1616

17-
1817
dependencies {
1918
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
2019

@@ -36,7 +35,6 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {
3635
}
3736
}
3837

39-
4038
println("building with Kotlin $KOTLIN_VERSION")
4139

4240
test {

0 commit comments

Comments
 (0)
0