Skip to content

Commit d39a33a

Browse files
authored
Merge pull request #12 from kpramesh2212/master
Fix: Add support to build spring-doc-gradle plugin
2 parents 7e41b4e + 61f35d8 commit d39a33a

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ out/
8282
######################
8383
# Package Files
8484
######################
85-
*.jar
8685
*.war
8786
*.ear
8887
*.db

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation(group = "khttp", name = "khttp", version = "1.0.0")
4141
implementation(group = "com.google.code.gson", name = "gson", version = "2.8.6")
4242
implementation(group = "org.awaitility", name = "awaitility-kotlin", version = "4.0.2")
43-
implementation(group = "gradle.plugin.com.github.jengelman.gradle.plugins", name = "gradle-processes", version = "0.5.0")
43+
implementation(files("$projectDir/libs/gradle-processes-0.5.0.jar"))
4444
}
4545

4646
gradlePlugin {

libs/gradle-processes-0.5.0.jar

33.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)