2022-08-31 16:47:57 +00:00
|
|
|
diff --git a/spring-context/spring-context.gradle b/spring-context/spring-context.gradle
|
2022-09-21 07:37:22 +00:00
|
|
|
index 5f5ac1001e..bff2f80935 100644
|
2022-08-31 16:47:57 +00:00
|
|
|
--- a/spring-context/spring-context.gradle
|
|
|
|
+++ b/spring-context/spring-context.gradle
|
2022-09-21 07:37:22 +00:00
|
|
|
@@ -4,6 +4,7 @@ plugins {
|
|
|
|
|
2022-08-31 16:47:57 +00:00
|
|
|
description = "Spring Context"
|
|
|
|
|
|
|
|
+apply plugin: "com.github.johnrengelman.shadow"
|
|
|
|
apply plugin: "kotlin"
|
|
|
|
|
2022-09-21 07:37:22 +00:00
|
|
|
dependencies {
|