Skip to content

Commit 458ba01

Browse files
committed
chore: add build gradle kts for kotlin dsl and dependencies
1 parent 694cf4f commit 458ba01

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

buildSrc/build.gradle.kts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
repositories {
2+
mavenCentral()
3+
maven {
4+
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
5+
}
6+
}
7+
8+
plugins {
9+
`kotlin-dsl`
10+
}
11+
12+
dependencies {
13+
api("org.openapitools:openapi-generator:7.11.0")
14+
implementation("com.samskivert:jmustache:1.15")
15+
}

0 commit comments

Comments
 (0)