Skip to content

Commit 967b547

Browse files
authored
Merge pull request #193 from domaframework/refactor/remove-unnecessary-code
Remove unnecessary code from build script
2 parents 358b444 + d683b11 commit 967b547

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)