mirror of https://github.com/google/oss-fuzz.git
10 lines
223 B
Diff
10 lines
223 B
Diff
|
--- a/spring-webmvc/spring-webmvc.gradle
|
||
|
+++ b/spring-webmvc/spring-webmvc.gradle
|
||
|
@@ -1,5 +1,6 @@
|
||
|
description = "Spring Web MVC"
|
||
|
|
||
|
+apply plugin: "com.github.johnrengelman.shadow"
|
||
|
apply plugin: "kotlin"
|
||
|
|
||
|
dependencies {
|