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 {
7373 test {
7474 maxHeapSize = " 1024m"
7575 }
76+ bootJar {
77+ enabled = false
78+ }
79+ jar {
80+ enabled = true
81+ archiveClassifier = ' '
82+ }
7683
7784 sourceCompatibility = 8
7885 targetCompatibility = 8
Original file line number Diff line number Diff line change 11group =com.redis
22
3+ bootPluginVersion =2.6.7
4+ dependencyPluginVersion =1.0.11.RELEASE
35dockerPluginVersion =0.32.0
46kordampBuildVersion =2.6.0
57kordampPluginVersion =0.47.0
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ buildscript {
77 dependencies {
88 classpath " org.kordamp.gradle:kordamp-parentbuild:$kordampBuildVersion "
99 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 "
1012 classpath " com.palantir.gradle.docker:gradle-docker:$dockerPluginVersion "
1113 }
1214}
@@ -28,6 +30,8 @@ projects {
2830 dirs([' subprojects' ]) {
2931 id ' java-library'
3032 id ' java-library-distribution'
33+ id ' org.springframework.boot'
34+ id ' io.spring.dependency-management'
3135 }
3236 }
3337}
You can’t perform that action at this time.
0 commit comments