This repository was archived by the owner on May 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 2.2.5.RELEASE'
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.4'
35 id ' io.spring.dependency-management' version ' 1.0.9.RELEASE'
46 id ' java'
57 id ' java-library'
68 id ' maven-publish'
7- id ' com.jfrog.bintray' version ' 1.8.4'
8- id ' com.github.ben-manes.versions' version ' 0.28.0'
99 id ' net.researchgate.release' version ' 2.8.1'
10- id ' com.github.breadmoirai.github-release ' version ' 2.2.12 '
10+ id ' org.springframework.boot ' version ' 2.2.6.RELEASE '
1111}
1212
1313repositories {
14+ jcenter()
1415 mavenCentral()
1516 mavenLocal()
1617}
2526
2627dependencies {
2728 implementation ' org.springframework.boot:spring-boot-starter'
28- api ' com.redislabs:lettusearch:1.13.0'
29+ implementation ' org.springframework.boot:spring-boot-starter-data-redis-reactive'
30+ api ' com.redislabs:lettusearch:1.13.2'
2931 api ' org.apache.commons:commons-pool2'
3032 compileOnly ' org.projectlombok:lombok'
3133 annotationProcessor ' org.projectlombok:lombok'
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=.
2929set APP_BASE_NAME = %~n0
3030set APP_HOME = %DIRNAME%
3131
32+ @ rem Resolve any "." and ".." in APP_HOME to make it shorter.
33+ for %%i in (" %APP_HOME% " ) do set APP_HOME = %%~fi
34+
3235@ rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
3336set DEFAULT_JVM_OPTS = " -Xmx64m" " -Xms64m"
3437
You can’t perform that action at this time.
0 commit comments