This repository was archived by the owner on May 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.springframework.boot' version ' 2.2.4 .RELEASE'
2
+ id ' org.springframework.boot' version ' 2.2.5 .RELEASE'
3
3
id ' io.spring.dependency-management' version ' 1.0.9.RELEASE'
4
4
id ' java'
5
5
id ' java-library'
6
6
id ' maven-publish'
7
7
id ' com.jfrog.bintray' version ' 1.8.4'
8
- id ' com.github.ben-manes.versions' version ' 0.27 .0'
8
+ id ' com.github.ben-manes.versions' version ' 0.28 .0'
9
9
id ' net.researchgate.release' version ' 2.8.1'
10
- id ' com.github.breadmoirai.github-release' version ' 2.2.10 '
10
+ id ' com.github.breadmoirai.github-release' version ' 2.2.12 '
11
11
}
12
12
13
13
repositories {
25
25
26
26
dependencies {
27
27
implementation ' org.springframework.boot:spring-boot-starter'
28
- api ' com.redislabs:lettusearch:1.12.8 '
28
+ api ' com.redislabs:lettusearch:1.13.0 '
29
29
api ' org.apache.commons:commons-pool2'
30
30
compileOnly ' org.projectlombok:lombok'
31
31
annotationProcessor ' org.projectlombok:lombok'
@@ -113,7 +113,8 @@ publishing {
113
113
114
114
group = ' com.redislabs'
115
115
description = ' Spring RediSearch'
116
- sourceCompatibility = ' 1.8'
116
+ sourceCompatibility = JavaVersion . VERSION_1_8
117
+ targetCompatibility = JavaVersion . VERSION_1_8
117
118
118
119
task printVersion {
119
120
doLast {
@@ -122,7 +123,7 @@ task printVersion {
122
123
}
123
124
124
125
githubRelease {
125
- token = project. hasProperty(' githubToken' ) ? project. property(' githubToken' ) : System . getenv( ' GITHUB_TOKEN ' )
126
+ token = project. hasProperty(' githubToken' ) ? project. property(' githubToken' ) : ' '
126
127
owner " RediSearch"
127
128
repo " spring-redisearch"
128
129
}
You can’t perform that action at this time.
0 commit comments