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 1
1
plugins {
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'
3
5
id ' io.spring.dependency-management' version ' 1.0.9.RELEASE'
4
6
id ' java'
5
7
id ' java-library'
6
8
id ' maven-publish'
7
- id ' com.jfrog.bintray' version ' 1.8.4'
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.12 '
10
+ id ' org.springframework.boot ' version ' 2.2.6.RELEASE '
11
11
}
12
12
13
13
repositories {
14
+ jcenter()
14
15
mavenCentral()
15
16
mavenLocal()
16
17
}
25
26
26
27
dependencies {
27
28
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'
29
31
api ' org.apache.commons:commons-pool2'
30
32
compileOnly ' org.projectlombok:lombok'
31
33
annotationProcessor ' org.projectlombok:lombok'
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=.
29
29
set APP_BASE_NAME = %~n0
30
30
set APP_HOME = %DIRNAME%
31
31
32
+ @ rem Resolve any "." and ".." in APP_HOME to make it shorter.
33
+ for %%i in (" %APP_HOME% " ) do set APP_HOME = %%~fi
34
+
32
35
@ rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
33
36
set DEFAULT_JVM_OPTS = " -Xmx64m" " -Xms64m"
34
37
You can’t perform that action at this time.
0 commit comments