File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,13 @@ subprojects {
73
73
test {
74
74
maxHeapSize = " 1024m"
75
75
}
76
+ bootJar {
77
+ enabled = false
78
+ }
79
+ jar {
80
+ enabled = true
81
+ archiveClassifier = ' '
82
+ }
76
83
77
84
sourceCompatibility = 8
78
85
targetCompatibility = 8
Original file line number Diff line number Diff line change 1
1
group =com.redis
2
2
3
+ bootPluginVersion =2.6.7
4
+ dependencyPluginVersion =1.0.11.RELEASE
3
5
dockerPluginVersion =0.32.0
4
6
kordampBuildVersion =2.6.0
5
7
kordampPluginVersion =0.47.0
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ buildscript {
7
7
dependencies {
8
8
classpath " org.kordamp.gradle:kordamp-parentbuild:$kordampBuildVersion "
9
9
classpath " org.kordamp.gradle:java-project-gradle-plugin:$kordampPluginVersion "
10
+ classpath " org.springframework.boot:spring-boot-gradle-plugin:$bootPluginVersion "
11
+ classpath " io.spring.gradle:dependency-management-plugin:$dependencyPluginVersion "
10
12
classpath " com.palantir.gradle.docker:gradle-docker:$dockerPluginVersion "
11
13
}
12
14
}
@@ -28,6 +30,8 @@ projects {
28
30
dirs([' subprojects' ]) {
29
31
id ' java-library'
30
32
id ' java-library-distribution'
33
+ id ' org.springframework.boot'
34
+ id ' io.spring.dependency-management'
31
35
}
32
36
}
33
37
}
You can’t perform that action at this time.
0 commit comments