Skip to content

Commit d683b11

Browse files
committed
Remove unnecessary code from build script
1 parent 358b444 commit d683b11

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

codegen-test/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ buildscript {
99
maven {
1010
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
1111
}
12-
flatDir {
13-
dirs("../codegen")
14-
}
1512
}
1613
dependencies {
1714
val h2Version: String = properties["h2Version"] as String

0 commit comments

Comments
 (0)