This repository was archived by the owner on May 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' com.github.ben-manes.versions' version ' 0.28.0'
3- id ' com.github.breadmoirai.github-release' version ' 2.2.12'
4- id ' com.jfrog.bintray' version ' 1.8.5'
2+ id ' org.springframework.boot' version ' 2.3.0.RELEASE'
53 id ' io.spring.dependency-management' version ' 1.0.9.RELEASE'
64 id ' java'
75 id ' java-library'
86 id ' maven-publish'
7+ id ' com.github.ben-manes.versions' version ' 0.28.0'
8+ id ' com.github.breadmoirai.github-release' version ' 2.2.12'
9+ id ' com.jfrog.bintray' version ' 1.8.5'
910 id ' net.researchgate.release' version ' 2.8.1'
10- id ' org.springframework.boot' version ' 2.2.6.RELEASE'
1111}
1212
1313group = ' com.redislabs'
3232dependencies {
3333 implementation ' org.springframework.boot:spring-boot-starter'
3434 implementation ' org.springframework.boot:spring-boot-starter-data-redis-reactive'
35- api ' com.redislabs:lettusearch:2.1 .0'
35+ api ' com.redislabs:lettusearch:2.3 .0'
3636 api ' org.apache.commons:commons-pool2'
3737 compileOnly ' org.projectlombok:lombok'
3838 annotationProcessor ' org.projectlombok:lombok'
@@ -49,7 +49,7 @@ bintray {
4949 publish = true
5050 pkg {
5151 repo = ' maven'
52- name = ' com.redislabs: spring-redisearch'
52+ name = ' spring-redisearch'
5353 licenses = [' Apache-2.0' ]
5454 vcsUrl = ' https://github.com/RediSearch/spring-redisearch.git'
5555 version {
Original file line number Diff line number Diff line change 1- version =2.1 .1
1+ version =2.2 .1
Original file line number Diff line number Diff line change 1+ # Mon Jun 08 15:51:24 PDT 2020
2+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.3-all.zip
13distributionBase =GRADLE_USER_HOME
24distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.3-bin.zip
4- zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6+ zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments