Skip to content

Commit

Permalink
deps: reverted to last known working dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jun 30, 2022
1 parent 1d7aa6c commit d266c13
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ subprojects {
test {
maxHeapSize = "1024m"
}
bootJar {
enabled = false
}
jar {
enabled = true
archiveClassifier = ''
}

sourceCompatibility = 8
targetCompatibility = 8
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
group=com.redis

bootPluginVersion=2.6.7
dependencyPluginVersion=1.0.11.RELEASE
dockerPluginVersion=0.32.0
kordampBuildVersion=2.6.0
kordampPluginVersion=0.47.0
Expand Down
4 changes: 4 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ buildscript {
dependencies {
classpath "org.kordamp.gradle:kordamp-parentbuild:$kordampBuildVersion"
classpath "org.kordamp.gradle:java-project-gradle-plugin:$kordampPluginVersion"
classpath "org.springframework.boot:spring-boot-gradle-plugin:$bootPluginVersion"
classpath "io.spring.gradle:dependency-management-plugin:$dependencyPluginVersion"
classpath "com.palantir.gradle.docker:gradle-docker:$dockerPluginVersion"
}
}
Expand All @@ -28,6 +30,8 @@ projects {
dirs(['subprojects']) {
id 'java-library'
id 'java-library-distribution'
id 'org.springframework.boot'
id 'io.spring.dependency-management'
}
}
}
Expand Down

0 comments on commit d266c13

Please sign in to comment.