We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b5d60 commit f2aa247Copy full SHA for f2aa247
1 file changed
buildSrc/src/main/kotlin/compile.gradle.kts
@@ -1,9 +1,10 @@
1
+// basic compile settings for project and subprojects
2
+
3
plugins {
4
groovy
5
}
6
7
dependencies {
8
compileOnly("io.openapiprocessor:openapi-processor-api:2024.2")
-
9
implementation(localGroovy())
10
0 commit comments